Class ShapeRoutedEventArgs
Represents shape routed event args.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class ShapeRoutedEventArgs : RadRoutedEventArgs
Constructors
ShapeRoutedEventArgs(RoutedEvent, IShape)
Initializes a new instance of the ShapeRoutedEventArgs class.
Declaration
public ShapeRoutedEventArgs(RoutedEvent routedEvent, IShape shape)
Parameters
RoutedEvent
routedEvent
The routed event. |
IShape
shape
The shape. |