Interface ITriggerSaveToPath
Event trigger for saving to a specified path.
Namespace: QFSW.BA.EventTriggers
Assembly: QFSW.BA.dll
Syntax
public interface ITriggerSaveToPath : IBuildEventTrigger
Events
TriggerSaveToPath
Triggers a save of data to the specified path.
Declaration
event Action<string> TriggerSaveToPath
Event Type
| Type | Description |
|---|---|
| Action<String> |