Member Junction
    Preparing search index...

    Interface WhiteboardPageAddedEventArgs

    AFTER-event args for WhiteboardState.PageAdded$ — the page exists and is active.

    interface WhiteboardPageAddedEventArgs {
        Author: WhiteboardAuthor;
        Page: WhiteboardPageInfo;
    }
    Index

    Properties

    Properties

    Who added the page.

    The added page (now the active page).