Member Junction
    Preparing search index...

    Interface WhiteboardPageSwitchingEventArgs

    BEFORE-event args for WhiteboardState.PageSwitching$ — raised by WhiteboardState.SwitchPage before the active page changes. Cancel to stay on the current page.

    interface WhiteboardPageSwitchingEventArgs {
        Author: WhiteboardAuthor;
        Cancel: boolean;
        FromPage: WhiteboardPageInfo;
        ToPage: WhiteboardPageInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Who is switching.

    Cancel: boolean

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

    The page that is currently active.

    The page about to become active.