Event stub caches all event handlers for a single-call component.
Declaring type: EventStub
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method EventStub Initializes a new instance of the EventStub class.
Collapse/Expand Public Methods
  Name Description
Public Method AddHandler Adds the handler for the given event.
Public Method Static GetHandlerCount Gets the count of event handlers for the given event or delegate property.
Public Method RemoveHandler Removes the handler for the given event.
Public Method UnwireFrom Unwires all event handlers from the specified instance.
Public Method WireTo Wires all event handlers to the specified instance.
Collapse/Expand Public Properties
  Name Description
Public Property InterfaceType Gets the type of the interface.
Public Property Item Gets or sets the System.Delegate with the specified event property name.