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

Represents connection routed event args.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class ConnectionRoutedEventArgs : RoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsConnectionRoutedEventArgs

Inherited Members RoutedEventArgs.InvokeEventHandler(Delegate, object)RoutedEventArgs.OnSetSource(object)RoutedEventArgs.HandledRoutedEventArgs.OriginalSourceRoutedEventArgs.RoutedEventRoutedEventArgs.SourceEventArgs.Empty...

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