Class TriggerAction

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
API Level:
6
C#
Copy
public abstract class TriggerAction : object
Inheritance
TriggerAction

Properties

View Source

AssociatedType

Declaration
C#
Copy
protected Type AssociatedType { get; }
Property Value
Type Description
Type
API Level: 6

Methods

View Source

Invoke(Object)

Declaration
C#
Copy
protected abstract void Invoke(object sender)
Parameters
Type Name Description
Object sender
API Level: 6

Extension Methods