Click or drag to resize

DataTrigger Class

Trigger to inform a context about a one shot event.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.DataDataTrigger

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class DataTrigger

The DataTrigger type exposes the following members.

Constructors
  NameDescription
Public methodDataTrigger
Initializes a new instance of the DataTrigger class
Top
Methods
  NameDescription
Public methodInvoke
Invokes the trigger.
Top
Events
  NameDescription
Public eventInvoked
Called when trigger was invoked.
Top
See Also