Member Junction
    Preparing search index...

    Interface WhiteboardPageRemovingEventArgs

    BEFORE-event args for WhiteboardState.PageRemoving$ — raised by WhiteboardState.RemovePage (never for the last remaining page — that is guarded before the event). Cancel to keep the page.

    interface WhiteboardPageRemovingEventArgs {
        Author: WhiteboardAuthor;
        Cancel: boolean;
        Page: WhiteboardPageInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Who is removing it.

    Cancel: boolean

    Set to true (in a synchronous handler) to veto the operation.

    The page about to be removed (with all of its items).