Class BlockBindingBehavior<T>
Base class of behavior to dynamically affect the look-and-feel of block binding target UI element.
Inheritance
System.Object
BlockBindingBehavior<T>
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class BlockBindingBehavior<T> : IBlockBindingBehavior<T> where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T | Type of target UI element. |
Methods
Name | Description |
---|---|
Cleanup(T, BlockPresenter) | Cleanup the block binding. |
Refresh(T, BlockPresenter) | Refresh the block binding. |
Setup(T, BlockPresenter) | Setup the block binding. |
Explicit Interface Implementations
Name | Description |
---|---|
IBlockBindingBehavior<T>.Cleanup(T, BlockPresenter) | |
IBlockBindingBehavior<T>.Refresh(T, BlockPresenter) | |
IBlockBindingBehavior<T>.Setup(T, BlockPresenter) |