Removes the handler for the given event.
Declaring type: EventStub
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void RemoveHandler (
        string name,
        Delegate handler
) 
Parameters
name
The name of the event or delegate property.
handler
The handler.