New to Telerik UI for WinFormsStart a free 30-day trial

Diagram events.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public enum DiagramEvent

Fields

The AdditionalContentActivated event.

C#
AdditionalContentActivated = 43

The command executed event.

C#
CommandExecuted = 33

The command executing event.

C#
CommandExecuting = 32

The connection added event.

C#
ConnectionAdded = 4

The connection adding event.

C#
ConnectionAdding = 3

The connection clicked event.

C#
ConnectionClicked = 44

The connection deserializing event.

C#
ConnectionDeserializing = 11

The connection manipulating event.

C#
ConnectionManipulating = 14

The connection manipulation completed event.

C#
ConnectionManipulationCompleted = 12

The connection manipulation started event.

C#
ConnectionManipulationStarted = 13

The connection removed event.

C#
ConnectionRemoved = 5

The connection serializing event.

C#
ConnectionSerializing = 10

The Connector clicked event.

C#
ConnectorActivationChanged = 45

The drag event.

C#
Drag = 21

DragDelta event.

C#
DragDelta = 22

The dragging event.

C#
Dragging = 23

GroupsChanged event.

C#
GroupsChanged = 38

GroupSelectionChanged event.

C#
GroupSelectionChanged = 37

Layout diagram event.

C#
LayoutApplied = 39

The metadata deserialized event.

C#
MetadataDeserialized = 41

The metadata serialized event.

C#
MetadataSerialized = 40

The pan event.

C#
Pan = 26

The PanDelta event.

C#
PanDelta = 25

The panning event.

C#
Panning = 24

The position changed event.

C#
PositionChanged = 28

The PreviewAdditionalContentActivated event.

C#
PreviewAdditionalContentActivated = 42

The resize event.

C#
Resize = 18

The resize delta event.

C#
ResizeDelta = 19

The resizing event.

C#
Resizing = 20

The rotation event.

C#
Rotate = 15

RotateDelta event.

C#
RotateDelta = 16

The rotating event.

C#
Rotating = 17

Select event.

C#
Select = 31

Before select event.

C#
Selecting = 30

The selection bounds changed event.

C#
SelectionBoundsChanged = 29

The shape added event.

C#
ShapeAdded = 1

The shape adding event.

C#
ShapeAdding = 0

The shape clicked event.

C#
ShapeClicked = 8

The shape deserializing event.

C#
ShapeDeserializing = 7

The shape double-clicked event.

C#
ShapeDoubleClicked = 9

The shape removed event.

C#
ShapeRemoved = 2

The shape serializing event.

C#
ShapeSerializing = 6

The snapping lines calculated event.

C#
SnappingLinesCalculated = 36

The TextShapeCreated event.

C#
TextShapeCreated = 27

The viewport changed event.

C#
ViewportChanged = 35

The zoom changed event.

C#
ZoomChanged = 34