Routed event argument related to a shape.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public sealed class ShapeSerializationRoutedEventArgs : ShapeRoutedEventArgs
Inheritance: objectEventArgsRoutedEventArgsShapeRoutedEventArgsShapeSerializationRoutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ShapeSerializationRoutedEventArgs class.
C#
public ShapeSerializationRoutedEventArgs(RoutedEvent routedEvent, IShape shape, SerializationInfo serializationInfo)
The routed event.
shapeIShapeThe shape.
serializationInfoSerializationInfoThe serialization info.
Properties
Gets the serialization info.
C#
public SerializationInfo SerializationInfo { get; }