Class EvasObjectEvent

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Event class for EvasObject.

C#
Copy
public class EvasObjectEvent : IInvalidatable, IDisposable
Inheritance
object
EvasObjectEvent
Implements
System.IDisposable

Constructors

View Source

EvasObjectEvent(EvasObject, EvasObjectCallbackType)

Creates and initializes a new instance of the EvasObjectEvent.

Declaration
C#
Copy
public EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type)
Parameters
Type Name Description
EvasObject sender

EvasObject class belongs to.

EvasObjectCallbackType type

EvasObjectCallbackType

Methods

View Source

Dispose()

Destroys the current object.

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(bool)

Releases all the resources currently used by this instance.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

true if managed resources should be disposed otherwise, false.

View Source

~EvasObjectEvent()

Destroys the EvasObjectEvent object.

Declaration
C#
Copy
protected ~EvasObjectEvent()
View Source

MakeInvalidate()

Makes the current instance invalidate.

Declaration
C#
Copy
public void MakeInvalidate()

Events

View Source

On

On Event Handler of EvasObjectEvent.

Declaration
C#
Copy
public event EventHandler On
Event Type
Type Description
System.EventHandler

Implements

System.IDisposable