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

Represents connection serialization routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public sealed class ConnectionSerializationRoutedEventArgs : ConnectionRoutedEventArgs

Inheritance: objectRadRoutedEventArgsConnectionRoutedEventArgsConnectionSerializationRoutedEventArgs

Inherited Members ConnectionRoutedEventArgs.Connection

Constructors

Initializes a new instance of the ConnectionSerializationRoutedEventArgs class.

C#
public ConnectionSerializationRoutedEventArgs(RoutedEvent routedEvent, IConnection connection, SerializationInfo serializationInfo)
Parameters:routedEventRoutedEvent

The routed event.

connectionIConnection

The connection.

serializationInfoSerializationInfo

The serialization info.

Properties

Gets the serialization info.

C#
public SerializationInfo SerializationInfo { get; }