Class AsyncEvent
ABC for AsyncEvent<TSender, TArgs>, allowing for using instances thereof without knowing the underlying instance's type parameters.
Namespace: DisCatSharp.Common.Utilities
Assembly: DisCatSharp.Common.dll
Syntax
public abstract class AsyncEvent
Properties
| Improve this Doc View SourceName
Gets the name of this event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |