Interface IDelegateReference
Represents a reference to a System.Delegate.
Namespace: Sartorius.SAF.Events
Assembly: Sartorius.SAF.dll
Syntax
public interface IDelegateReference
Properties
View SourceTarget
Gets the referenced System.Delegate object.
Declaration
Delegate Target { get; }
Property Value
Type | Description |
---|---|
System.Delegate | A System.Delegate instance if the target is valid; otherwise null. |