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 );