Class ShapeRoutedEventArgs
Represents shape routed event args.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class ShapeRoutedEventArgs : RoutedEventArgs
Constructors
ShapeRoutedEventArgs(EventArgs, RoutedEvent, IShape)
Initializes a new instance of the ShapeRoutedEventArgs class.
Declaration
public ShapeRoutedEventArgs(EventArgs args, RoutedEvent routedEvent, IShape shape)
Parameters
System.EventArgs
args
args. |
RoutedEvent
routedEvent
The routed event. |
IShape
shape
The shape. |