Initializes a new instance of the CategoryContainerChangedEventArgs class.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public CategoryContainerChangedEventArgs(
	C1Expander categoryContainer
)
Visual Basic
Public Sub New ( _
	categoryContainer As C1Expander _
)

Parameters

categoryContainer
Type: C1.Silverlight.Extended..::..C1Expander
The category container that changed.

See Also