Member Junction
    Preparing search index...

    Interface WhiteboardPageSwitchedEventArgs

    AFTER-event args for WhiteboardState.PageSwitched$ — the active page changed.

    interface WhiteboardPageSwitchedEventArgs {
        Author: WhiteboardAuthor;
        FromPage: WhiteboardPageInfo;
        ToPage: WhiteboardPageInfo;
    }
    Index

    Properties

    Who switched.

    The previously active page.

    The newly active page.