Routed event argument related to a shape.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public sealed class ShapeSerializationRoutedEventArgs : ShapeRoutedEventArgs
Inheritance: objectRadRoutedEventArgsShapeRoutedEventArgsShapeSerializationRoutedEventArgs
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; }