Click or drag to resize

BindingChangingEventArgs Class

Arguments for when a binding's value is changing
Inheritance Hierarchy

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

The BindingChangingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBindingChangingEventArgs
Initializes a new instance of the BindingChangingEventArgs
Top
Properties
  NameDescription
Public propertyValue
Proposed value to set to the binding
Top
Remarks
When handling the event, one could cancel setting the new value by setting the Cancel property to false.
See Also