Class
ShapeRoutedEventArgs

Represents shape routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public class ShapeRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsShapeRoutedEventArgs

Derived Classes: ShapeSerializationRoutedEventArgs

Constructors

ShapeRoutedEventArgs(RoutedEvent, IShape)

Initializes a new instance of the ShapeRoutedEventArgs class.

Declaration

cs-api-definition
public ShapeRoutedEventArgs(RoutedEvent routedEvent, IShape shape)

Parameters

routedEvent

RoutedEvent

The routed event.

shape

IShape

The shape.

Properties

Shape

Gets the shape.

Declaration

cs-api-definition
public IShape Shape { get; }

Property Value

IShape