Show / Hide Table of Contents

    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>

    Extension Methods

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