Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / CategoryContainerChangedEventArgs Class / CategoryContainerChangedEventArgs Constructor
The category container that changed.

In This Topic
    CategoryContainerChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the CategoryContainerChangedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal categoryContainer As C1Expander _
    )
    public CategoryContainerChangedEventArgs( 
       C1Expander categoryContainer
    )

    Parameters

    categoryContainer
    The category container that changed.
    See Also