Click or drag to resize

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
)

Parameters

value
Type: SystemObject
value that the binding was set to
See Also