Class
ConnectionRoutedEventArgs

Represents connection routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public class ConnectionRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsConnectionRoutedEventArgs

Derived Classes: ConnectionSerializationRoutedEventArgs

Constructors

ConnectionRoutedEventArgs(RoutedEvent, IConnection)

Initializes a new instance of the ConnectionRoutedEventArgs class.

Declaration

cs-api-definition
public ConnectionRoutedEventArgs(RoutedEvent routedEvent, IConnection connection)

Parameters

routedEvent

RoutedEvent

The routed event.

connection

IConnection

The connection.

Properties

Connection

Gets the connection.

Declaration

cs-api-definition
public IConnection Connection { get; }

Property Value

IConnection