Search
DiagramView Events
 


 Public Events

  Name Description

CreateEditControl

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

DestroyEditControl

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

EnterInplaceEditMode

Raised when entering in-place edit mode.

LeaveInplaceEditMode

Raised when leaving in-place edit mode.

LongPressed

Raised when the user performs a long press gesture inside the diagram.

RadialMenuCreated

Raised when the context menu is displayed.

ScrollChanged

Occurs when the scroll position changes.

TouchCancel

Raised when the system cancels touch gestures.

TouchDown

Raised when the user touches inside the diagram.

TouchMove

Raised when the user drags inside the diagram.

TouchUp

Raised when the user releases a touch inside the diagram.

ZoomFactorChanged

Occurs when the zoom factor changes.

 See Also