Class EvasObjectEvent
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Event class for EvasObject.
C#Copypublic class EvasObjectEvent : IInvalidatable, IDisposable
- Inheritance
-
objectEvasObjectEvent
- 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 | EvasObjectCallbackType |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if managed resources should be disposed otherwise, false. |
Declaration
C#Copyprotected ~EvasObjectEvent()
Declaration
C#Copypublic void MakeInvalidate()
Events
Declaration
C#Copypublic event EventHandler On
Event Type
Type | Description |
---|---|
System.EventHandler |
Implements
System.IDisposable