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

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

Parameters

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