C1.WPF.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 _
)
 

Parameters

categoryContainer
The category container that changed.
See Also