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