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

Represents connection routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class ConnectionRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsConnectionRoutedEventArgs

Derived Classes: ConnectionSerializationRoutedEventArgs

Constructors

Initializes a new instance of the ConnectionRoutedEventArgs class.

C#
public ConnectionRoutedEventArgs(RoutedEvent routedEvent, IConnection connection)
Parameters:routedEventRoutedEvent

The routed event.

connectionIConnection

The connection.

Properties

Gets the connection.

C#
public IConnection Connection { get; }