Show / Hide Table of Contents

    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>

    Extension Methods

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