Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / CategoryContainerChangedEventHandler Delegate
The source of the event.
A CategoryContainerChangedEventArgs that contains the event data.

In This Topic
    CategoryContainerChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle the CategoryContainerChanged event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CategoryContainerChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As CategoryContainerChangedEventArgs _
    ) 
    public delegate void CategoryContainerChangedEventHandler( 
       object sender,
       CategoryContainerChangedEventArgs e
    )

    Parameters

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