Represents the method that will handle the ChangingPropertyBox event.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
Syntax
C# |
---|
public delegate void ChangingPropertyBoxEventHandler( Object sender, ChangingPropertyBoxEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub ChangingPropertyBoxEventHandler ( _ sender As Object, _ e As ChangingPropertyBoxEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event.
- e
- Type: C1.WPF.Extended..::..ChangingPropertyBoxEventArgs
A ChangingPropertyBoxEventArgs that contains the event data.