ComponentOne Extended Library for WPF and Silverlight
ChangingPropertyBoxEventHandler Delegate

C1.Silverlight.Extended Namespace : ChangingPropertyBoxEventHandler Delegate
The source of the event.
A ChangingPropertyBoxEventArgs that contains the event data.
Represents the method that will handle the ChangingPropertyBox event.
Syntax
'Declaration
 
Public Delegate Sub ChangingPropertyBoxEventHandler( _
   ByVal sender As Object, _
   ByVal e As ChangingPropertyBoxEventArgs _
) 
public delegate void ChangingPropertyBoxEventHandler( 
   object sender,
   ChangingPropertyBoxEventArgs e
)

Parameters

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

Reference

ChangingPropertyBoxEventHandler Members
C1.Silverlight.Extended Namespace