ClassShapeSerializationRoutedEventArgs
Class
Routed event argument related to a shape.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public sealed class ShapeSerializationRoutedEventArgs : ShapeRoutedEventArgs
Inheritance: objectRadRoutedEventArgsShapeRoutedEventArgsShapeSerializationRoutedEventArgs
Inherited Members
Constructors
ShapeSerializationRoutedEventArgs(RoutedEvent, IShape, SerializationInfo)
Initializes a new instance of the ShapeSerializationRoutedEventArgs class.
Declaration
cs-api-definition
public ShapeSerializationRoutedEventArgs(RoutedEvent routedEvent, IShape shape, SerializationInfo serializationInfo)
Parameters
routedEvent
RoutedEvent
The routed event.
shape
The shape.
serializationInfo
The serialization info.
Properties
SerializationInfo
Gets the serialization info.
Declaration
cs-api-definition
public SerializationInfo SerializationInfo { get; }
Property Value