This document is archived and information here might be outdated.  Recommended version.


CategoryRemovedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

CategoryRemovedEventHandler Delegate

Represents the method that handles the CategoryRemoved event.
[Visual Basic .NET]
Public Delegate Sub CategoryRemovedEventHandler ( _
    ByVal category As String _
)
[C#]
public delegate void CategoryRemovedEventHandler (
    string category
);