Class EvasObjectEvent<TEventArgs>
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
Event class for EvasObject.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public class EvasObjectEvent<TEventArgs> : IInvalidatable, IDisposable where TEventArgs : EventArgs
- Inheritance
-
objectEvasObjectEvent<TEventArgs>
- Implements
-
System.
IDisposable
Constructors
View Source
EvasObjectEvent(EvasObject, EvasObjectCallbackType, SmartEventInfoParser)
Creates and initializes a new instance of the EvasObjectEvent.
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type, EvasObjectEvent<TEventArgs>.SmartEventInfoParser parser)
Parameters
Type | Name | Description |
---|---|---|
Evas |
sender | EvasObject class belongs to. |
Evas |
type | EvasObjectCallbackType |
Evas |
parser | SmartEventInfoParser |
View Source
EvasObjectEvent(EvasObject, EvasObjectCallbackType)
Creates and initializes a new instance of the EvasObjectEvent.
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type)
Parameters
Type | Name | Description |
---|---|---|
Evas |
sender | EvasObject class belongs to. |
Evas |
type | SmartEventInfoParser |
Methods
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public void Dispose()
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if the managed resources should be disposed otherwise, false. |
Declaration
C#
Copy
protected ~EvasObjectEvent()
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public void MakeInvalidate()
Events
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public event EventHandler<TEventArgs> On
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><TEventArgs> |
Implements
System.IDisposable