Gets or sets the System.Delegate with the specified event property name.
Declaring type: EventStub
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public Delegate this [
        string propertyName
] { get; }
Parameters
propertyName
Name of the event or delegate property.
Property Value

There is no description.