 | DataTrigger Class |
Trigger to inform a context about a one shot event.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.Core.Data
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic ref class DataTrigger
type DataTrigger = class end
The DataTrigger type exposes the following members.
Constructors
| Name | Description |
---|
 | DataTrigger | Initializes a new instance of the DataTrigger class |
Top
Methods
| Name | Description |
---|
 | Invoke |
Invokes the trigger.
|
Top
Events
| Name | Description |
---|
 | Invoked |
Called when trigger was invoked.
|
Top
See Also