Represents the method that will handle the ChangingPropertyBox event.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.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.Silverlight.Extended..::..ChangingPropertyBoxEventArgs
A ChangingPropertyBoxEventArgs that contains the event data.