Search
TabbedDiagramView Events
 


 Public Events

  Name Description

CopyHostedControl

Raised when a ControlNode's hosted control is copied to or from the clipboard. (Inherited from DiagramView.)

CreateEditControl

Raised to let you create a custom in-place editor control. (Inherited from DiagramView.)

CurrentPageChanged

Raised when the currently active page is changed.

DeserializeControl

Lets you load custom data associated with a hosted control when deserializing a diagram from a stream. (Inherited from DiagramView.)

DestroyEditControl

Raised to let you destroy a custom inplace editor control. (Inherited from DiagramView.)

DiagramChanged

Occurs when the Diagram property value has changed. (Inherited from DiagramView.)

DrawMagnifier

Raised after the magnifier tool is rendered to allow appearance customization. (Inherited from DiagramView.)

EnterInplaceEditMode

Raised when entering inplace-edit mode. (Inherited from DiagramView.)

LeaveInplaceEditMode

Raised when leaving inplace-edit mode. (Inherited from DiagramView.)

PageAdded

Raised when a new page is added to the view interactively, that is, when the user clicks on the 'Create New Tab' button.

PageAdding

Raised when a page is about to be added interactively, when the user clicks the add button on the right side of tabs.

PageRemoved

Raised when a page is removed interactively, that is, when the user clicks the close button of its associated tab.

PageRemoving

Raised when a page is about to be removed interactively, that is, when the user clicks the close button of its associated tab.

PageRenamed

Raised when the page has been renamed.

PaintControl

Raised when a hosted control must be printed, drawn in a print-preview or Overview window, or drawn in an exported bitmap. (Inherited from DiagramView.)

ScrollChanged

Occurs when the scroll position has changed. (Inherited from DiagramView.)

SerializeControl

Lets you save additional data for hosted controls when serializing the diagram into a file. (Inherited from DiagramView.)

TouchDown

Raised when a new touch is added to the touch screen. (Inherited from TouchControl.)

TouchMove

Raised when a touch moves. (Inherited from TouchControl.)

TouchUp

Raised when a touch is removed from the touch screen. (Inherited from TouchControl.)

ZoomFactorChanged

Occurs when the ZoomFactor property value has changed. (Inherited from DiagramView.)

 See Also