Class ShapeSerializationRoutedEventArgs
Routed event argument related to a shape.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class ShapeSerializationRoutedEventArgs : ShapeRoutedEventArgs
Constructors
ShapeSerializationRoutedEventArgs(RoutedEvent, IShape, SerializationInfo)
Initializes a new instance of the Shape
Declaration
public ShapeSerializationRoutedEventArgs(RoutedEvent routedEvent, IShape shape, SerializationInfo serializationInfo)
Parameters
System. The routed event. |
IShape
shape
The shape. |
Serialization The serialization info. |
Properties
SerializationInfo
Gets the serialization info.
Declaration
public SerializationInfo SerializationInfo { get; }