C1.Silverlight.Extended Namespace / ChangingPropertyBoxEventHandler Delegate
The source of the event.
A ChangingPropertyBoxEventArgs that contains the event data.

In This Topic
ChangingPropertyBoxEventHandler Delegate
In This Topic
Represents the method that will handle the ChangingPropertyBox event.
Syntax
'Declaration
 
Public Delegate Sub ChangingPropertyBoxEventHandler( _
   ByVal sender As Object, _
   ByVal e As ChangingPropertyBoxEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A ChangingPropertyBoxEventArgs that contains the event data.
See Also