Class SumSourceContentControlBehavior
public class SumSourceContentControlBehavior : Behavior<ContentControl>, IAnimatable, IAttachedObject
- Inheritance
-
SumSourceContentControlBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
ConverterProperty
public static readonly DependencyProperty ConverterProperty
Field Value
PropertyNameProperty
public static readonly DependencyProperty PropertyNameProperty
Field Value
SourceProperty
public static readonly DependencyProperty SourceProperty
Field Value
Properties
Converter
public IValueConverter Converter { get; set; }
Property Value
PropertyName
public string PropertyName { get; set; }
Property Value
Source
public IEnumerable Source { get; set; }
Property Value
Methods
OnAttached()
Called after the behavior is attached to an AssociatedObject.
protected override void OnAttached()
Remarks
Override this to hook up functionality to the AssociatedObject.
OnDetaching()
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
protected override void OnDetaching()
Remarks
Override this to unhook functionality from the AssociatedObject.