Click or drag to resize

BindingChangedEventArgs Class

Arguments to handle when a binding value has changed
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsBindingChangedEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class BindingChangedEventArgs : EventArgs

The BindingChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBindingChangedEventArgs
Initializes a new instance of the BindingChangedEventArgs
Top
Properties
  NameDescription
Public propertyValue
Gets the value that was set to the binding
Top
See Also