DelegateBindingTValue Class |
Namespace: Eto.Forms
[Missing <typeparam name="TValue"/> documentation for "T:Eto.Forms.DelegateBinding`1"]
The DelegateBindingTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | DelegateBindingTValue |
Initializes a new instance of the DelegateBindingTValue class.
|
![]() | DelegateBindingTValue(FuncTValue, ActionTValue, ActionEventHandlerEventArgs, ActionEventHandlerEventArgs) |
Initializes a new instance of the DelegateBindingTValue class with the specified delegates.
|
Name | Description | |
---|---|---|
![]() | AddChangeEvent |
Gets or sets the delegate to register the change event, when needed by the consumer of this binding.
|
![]() | DataValue |
Gets or sets the value of this binding
(Overrides DirectBindingTDataValue.) |
![]() | GetValue |
Gets or sets the delegate to get the value for this binding.
|
![]() | RemoveChangeEvent |
Gets or sets the delegate to remove the change event.
|
![]() | SetValue |
Gets or sets the delegate to set the value for this binding.
|
Name | Description | |
---|---|---|
![]() | HandleEvent |
Hooks up the late bound events for this object
(Overrides BindingHandleEvent(String).) |
![]() | RemoveEvent |
Removes the late bound events for this object
(Overrides BindingRemoveEvent(String).) |