DelegateBindingT, TValue Class |
Namespace: Eto.Forms
The DelegateBindingT, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | DelegateBindingT, TValue(FuncT, TValue, ActionT, TValue, String, TValue, TValue) |
Initializes a new instance of the DelegateBindingT, TValue class.
|
![]() | DelegateBindingT, TValue(FuncT, TValue, ActionT, TValue, ActionT, EventHandlerEventArgs, ActionT, EventHandlerEventArgs, TValue, TValue) |
Initializes a new instance of the DelegateBindingT, TValue class.
|
![]() | DelegateBindingT, TValue(FuncT, TValue, ActionT, TValue, FuncT, EventHandlerEventArgs, Object, ActionObject, EventHandlerEventArgs, TValue, TValue) |
Initializes a new instance of the DelegateBindingT, TValue class.
|
Name | Description | |
---|---|---|
![]() | AddChangeEvent |
Gets or sets the delegate to register the change event, when needed by the consumer of this binding.
|
![]() | DefaultGetValue |
Gets or sets the default get value, when the object instance is null.
|
![]() | DefaultSetValue |
Gets or sets the default set value, when the incoming value is null.
|
![]() | 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 | |
---|---|---|
![]() | AddValueChangedHandler |
Wires an event handler to fire when the property of the dataItem is changed
(Overrides IndirectBindingTAddValueChangedHandler(Object, EventHandlerEventArgs).) |
![]() | InternalGetValue |
Implements the logic to get the value from the specified object
(Overrides IndirectBindingTInternalGetValue(Object).) |
![]() | InternalSetValue |
Implements the logic to set the value to the specified object
(Overrides IndirectBindingTInternalSetValue(Object, T).) |
![]() | RemoveValueChangedHandler |
Removes the handler for the specified reference from AddValueChangedHandler(Object, EventHandlerEventArgs) (Overrides IndirectBindingTRemoveValueChangedHandler(Object, EventHandlerEventArgs).) |