Extended Library for WPF and Silverlight | ComponentOne
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 _
    ) 
    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