Class EventTrigger

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
C#
Copy
public sealed class EventTrigger : TriggerBase, IDynamicResourceHandler, IAttachedObject
Inheritance
Implements

Constructors

View Source

EventTrigger()

Declaration
C#
Copy
public EventTrigger()

Properties

View Source

Actions

Declaration
C#
Copy
public IList<TriggerAction> Actions { get; }
Property Value
Type Description
IList<TriggerAction>
View Source

Event

Declaration
C#
Copy
public string Event { get; set; }
Property Value
Type Description
String

Implements

Extension Methods