Class
ShapeRoutedEventArgs

Represents shape routed event args.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public class ShapeRoutedEventArgs : RoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsShapeRoutedEventArgs

Derived Classes: ShapeSerializationRoutedEventArgs

Inherited Members RoutedEventArgs.OriginalEventArgsRoutedEventArgs.RoutedEventRoutedEventArgs.CanceledRoutedEventArgs.DirectionEventArgs.Empty

Constructors

ShapeRoutedEventArgs(EventArgs, RoutedEvent, IShape)

Initializes a new instance of the ShapeRoutedEventArgs class.

Declaration

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

Parameters

args

EventArgs

args.

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