ClassShapeSerializationRoutedEventArgs
Class
Routed event argument related to a shape.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public sealed class ShapeSerializationRoutedEventArgs : ShapeRoutedEventArgs
Inheritance: objectEventArgsRoutedEventArgsShapeRoutedEventArgsShapeSerializationRoutedEventArgs
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
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