Show / Hide Table of Contents

    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>

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top