RadControls for Silverlight

Diagram events.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.1050

Syntax

C#
public enum DiagramEvent
Visual Basic
Public Enumeration DiagramEvent

Members

Member nameValueDescription
ShapeAdded0 The shape added event.
ShapeRemoved1 The shape removed event.
ConnectionAdded2 The connection added event.
ConnectionRemoved3 The connection removed event.
ShapeSerializing4 The shape serializing event.
ShapeDeserializing5 The shape deserializing event.
ShapeClicked6 The shape clicked event.
ShapeDoubleClicked7 The shape double-clicked event.
ConnectionSerializing8 The connection serializing event.
ConnectionDeserializing9 The connection deserializing event.
ConnectionManipulationCompleted10 The connection manipulation completed event.
ConnectionManipulationStarted11 The connection manipulation started event.
ConnectionManipulating12 The connection manipulating event.
Rotate13 The rotation event.
RotateDelta14 RotateDelta event.
Rotating15 The rotating event.
Resize16 The resize event.
ResizeDelta17 The resize delta event.
Resizing18 The resizing event.
Drag19 The drag event.
DragDelta20 DragDelta event.
Dragging21 The dragging event.
Panning22 The panning event.
PanDelta23 The PanDelta event.
Pan24 The pan event.
TextShapeCreated25 The TextShapeCreated event.
PositionChanged26 The position changed event.
SelectionBoundsChanged27 The selection bounds changed event.
Selecting28 Before select event.
Select29 Select event.
CommandExecuting30 The command executing event.
CommandExecuted31 The command executed event.
ZoomChanged32 The zoom changed event.
ViewportChanged33 The viewport changed event.
SnappingLinesCalculated34 The snapping lines calculated event.
GroupSelectionChanged35 GroupSelectionChanged event.
GroupsChanged36 GroupsChanged event.
LayoutApplied37 Layout diagram event.
MetadataSerialized38 The metadata serialized event.
MetadataDeserialized39 The metadata deserialized event.

See Also