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

Parameters

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