BindingChangedEventArgs Class |
Arguments to handle when a binding value has changed
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic class BindingChangedEventArgs : EventArgs
Public Class BindingChangedEventArgs
Inherits EventArgs
type BindingChangedEventArgs =
class
inherit EventArgs
end
The BindingChangedEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Value |
Gets the value that was set to the binding
|
Top
See Also