Class AppEventBase
Base class for generic and non generic AppEvents
Inheritance
System.Object
AppEventBase
Assembly: cs.temp.dll.dll
Syntax
public abstract class AppEventBase : RuntimeObject
Properties
ListenerCount
Declaration
public int ListenerCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
RaiseEvent(String, String, Int32)
Declaration
public abstract bool RaiseEvent(string fileName = "", string methodName = "", int callerLineNumber = 0)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
System.String |
methodName |
|
System.Int32 |
callerLineNumber |
|
Returns
Type |
Description |
System.Boolean |
|