Interface ITriggerLoadWithName
Event trigger for loading from a file under the standard save directory with a specified name.
Namespace: QFSW.BA.EventTriggers
Assembly: QFSW.BA.dll
Syntax
public interface ITriggerLoadWithName : IBuildEventTrigger
Events
TriggerLoadWithName
Triggers a load of data from a file under the standard save directory with a specified name.
Declaration
event Action<string> TriggerLoadWithName
Event Type
| Type | Description |
|---|---|
| Action<String> |