Click or drag to resize

DelegateBindingTValueRemoveChangeEvent Property

Gets or sets the delegate to remove the change event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Action<EventHandler<EventArgs>> RemoveChangeEvent { get; set; }

Property Value

Type: ActionEventHandlerEventArgs
The remove change event delegate.
See Also