Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.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 _
    ) 
    public delegate void PropertyBoxChangedEventHandler( 
       object sender,
       PropertyBoxChangedEventArgs e
    )

    Parameters

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