Member Junction
    Preparing search index...

    Interface WhiteboardItemRemovingEventArgs

    BEFORE-event args for WhiteboardState.ItemRemoving$ — raised before the item leaves the board (and before any connector endpoints anchored to it are frozen). Cancel to keep the item.

    interface WhiteboardItemRemovingEventArgs {
        Author: WhiteboardAuthor;
        Cancel: boolean;
        Item: WhiteboardItem;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Who is removing the item.

    Cancel: boolean

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

    The item about to be removed.