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

Represents shape routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class ShapeRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsShapeRoutedEventArgs

Derived Classes: ShapeSerializationRoutedEventArgs

Constructors

Initializes a new instance of the ShapeRoutedEventArgs class.

C#
public ShapeRoutedEventArgs(RoutedEvent routedEvent, IShape shape)
Parameters:routedEventRoutedEvent

The routed event.

shapeIShape

The shape.

Properties

Gets the shape.

C#
public IShape Shape { get; }