Class ConnectionRoutedEventArgs
Represents connection routed event args.
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class ConnectionRoutedEventArgs : RadRoutedEventArgs
Constructors
ConnectionRoutedEventArgs(RoutedEvent, IConnection)
Initializes a new instance of the Connection
Declaration
public ConnectionRoutedEventArgs(RoutedEvent routedEvent, IConnection connection)
Parameters
System. The routed event. |
IConnection
connection
The connection. |