New to Telerik UI for WPFStart a free 30-day trial

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 ShapeRoutedEventArgs.Shape

Constructors

Initializes a new instance of the ShapeSerializationRoutedEventArgs class.

C#
public ShapeSerializationRoutedEventArgs(RoutedEvent routedEvent, IShape shape, SerializationInfo serializationInfo)
Parameters:routedEventRoutedEvent

The routed event.

shapeIShape

The shape.

serializationInfoSerializationInfo

The serialization info.

Properties

Gets the serialization info.

C#
public SerializationInfo SerializationInfo { get; }