BindingChangedEventArgs Constructor |
Initializes a new instance of the BindingChangedEventArgs
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindingChangedEventArgs(
Object value
)
Public Sub New (
value As Object
)
new :
value : Object -> BindingChangedEventArgs
Parameters
- value
- Type: SystemObject
value that the binding was set to
See Also