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:
Constructors
Initializes a new instance of the ConnectionRoutedEventArgs class.
C#
public ConnectionRoutedEventArgs(RoutedEvent routedEvent, IConnection connection)
The routed event.
connectionIConnectionThe connection.
Properties
Gets the connection.
C#
public IConnection Connection { get; }