Class EvasObjectEvent<TEventArgs>
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
Event class for EvasObject.
C#Copypublic class EvasObjectEvent<TEventArgs> : IInvalidatable, IDisposable where TEventArgs : EventArgs
- Inheritance
-
System.ObjectEvasObjectEvent<TEventArgs>
- Implements
-
System.IDisposable
Constructors
View Source
EvasObjectEvent(EvasObject, EvasObjectCallbackType)
Creates and initializes a new instance of the EvasObjectEvent.
Declaration
C#Copypublic EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | sender | EvasObject class belongs to. |
EvasObjectCallbackType | type | SmartEventInfoParser |
API Level: preview
View Source
EvasObjectEvent(EvasObject, EvasObjectCallbackType, EvasObjectEvent<TEventArgs>.SmartEventInfoParser)
Creates and initializes a new instance of the EvasObjectEvent.
Declaration
C#Copypublic EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type, EvasObjectEvent<TEventArgs>.SmartEventInfoParser parser)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | sender | EvasObject class belongs to. |
EvasObjectCallbackType | type | EvasObjectCallbackType |
EvasObjectEvent.SmartEventInfoParser<> | parser | SmartEventInfoParser |
API Level: preview
Methods
Declaration
C#Copypublic void Dispose()
API Level: preview
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | true if the managed resources should be disposed otherwise, false. |
API Level: preview
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic void MakeInvalidate()
API Level: preview
Events
Declaration
C#Copypublic event EventHandler<TEventArgs> On
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs> |
API Level: preview
Implements
System.IDisposable