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