BindingChangingEventArgs Constructor |
Initializes a new instance of the BindingChangingEventArgs
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindingChangingEventArgs(
Object value
)
Public Sub New (
value As Object
)
new :
value : Object -> BindingChangingEventArgs
Parameters
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:Eto.Forms.BindingChangingEventArgs.#ctor(System.Object)"]
See Also