'Declaration Public Delegate Sub CategoryEventHandler( _ ByVal sender As Object, _ ByVal e As CategoryEventArgs _ )
'Usage Dim instance As New CategoryEventHandler(AddressOf HandlerMethod)
public delegate void CategoryEventHandler( object sender, CategoryEventArgs e )
Parameters
- sender
- The PropertyGrid that is sending the event.
- e
- The Category informations that are affected by the expand/collapse action.