Show / Hide Table of Contents

Interface IBlockBindingBehavior<T>

Represents the behavior that can dynamically affect the look-and-feel of block binding target UI element.

Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IBlockBindingBehavior<in 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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest