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
Public Class BindingChangingEventArgs
Inherits CancelEventArgs
type BindingChangingEventArgs =
class
inherit CancelEventArgs
end
The BindingChangingEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Value |
Proposed value to set to the binding
|
TopRemarks
When handling the event, one could cancel setting the new value by setting the
Cancel
property to false.
See Also