Search
DiagramView Events
 


 Public Events

  Name Description

CopyHostedControl

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

CreateEditControl

Raised to let you create a custom in-place editor control.

DeserializeControl

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

DestroyEditControl

Raised to let you destroy a custom inplace editor control.

DiagramChanged

Occurs when the Diagram property value has changed.

DrawMagnifier

Raised after the magnifier tool is rendered to allow appearance customization.

EnterInplaceEditMode

Raised when entering inplace-edit mode.

LeaveInplaceEditMode

Raised when leaving inplace-edit mode.

PaintControl

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

ScrollChanged

Occurs when the scroll position has changed.

SerializeControl

Lets you save additional data for hosted controls when serializing the diagram into a file.

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.

 See Also