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

Routed event argument related to a shape.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class ShapeSerializationRoutedEventArgs : ShapeRoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsShapeRoutedEventArgsShapeSerializationRoutedEventArgs

Inherited Members ShapeRoutedEventArgs.ShapeRoutedEventArgs.OriginalEventArgsRoutedEventArgs.RoutedEventRoutedEventArgs.CanceledRoutedEventArgs.DirectionEventArgs.Empty...

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; }