Show / Hide Table of Contents

Interface IScalarBindingBehavior<T>

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

Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public interface IScalarBindingBehavior<in T>

    where T : UIElement, new()
Type Parameters
Name Description
T

Type of target UI element.

Methods

Name Description
Cleanup(T, ScalarPresenter)

Cleanup the scalar binding.

Refresh(T, ScalarPresenter)

Refresh the scalar binding.

Setup(T, ScalarPresenter)

Setup the scalar binding.

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