Interface IBlockElement
Represents view element that can be used as block binding target.
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IBlockElement
Methods
Name | Description |
---|---|
Cleanup(BlockPresenter) | Cleanup this view element with block presenter. |
Refresh(BlockPresenter) | Refresh this view element with block presenter. |
Setup(BlockPresenter) | Setup this view element with block presenter. |