Gets the count of event handlers for the given event or delegate property.
Declaring type: EventStub
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static int GetHandlerCount (
        Delegate handler
) 
Parameters
handler
The event handler.
Return Value

There is no description.