Class ElementEventArgs

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
C#
Copy
public class ElementEventArgs : EventArgs
Inheritance
ElementEventArgs

Constructors

View Source

ElementEventArgs(Element)

Declaration
C#
Copy
public ElementEventArgs(Element element)
Parameters
Type Name Description
Element element

Properties

View Source

Element

Declaration
C#
Copy
public Element Element { get; }
Property Value
Type Description
Element

Extension Methods