Show / Hide Table of Contents

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
IBlockBindingBehavior<T>
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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest