Show / Hide Table of Contents

    Interface IContextDestroyed

    Event handler for when the Build Automator context is destroyed. This includes the window being closed, or Unity shutting down with an active BA instance.

    Namespace: QFSW.BA.EventHandlers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IContextDestroyed : IBuildEventHandler

    Methods

    OnContextDestroyed()

    Declaration
    void OnContextDestroyed()

    Extension Methods

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