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

Represents connection serialization routed event args.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class ConnectionSerializationRoutedEventArgs : RoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsConnectionSerializationRoutedEventArgs

Inherited Members RoutedEventArgs.HandledRoutedEventArgs.OriginalSourceRoutedEventArgs.RoutedEventRoutedEventArgs.SourceEventArgs.Empty

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