Class ConnectionRoutedEventArgs
Represents connection routed event args.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class ConnectionRoutedEventArgs : RoutedEventArgs
Constructors
ConnectionRoutedEventArgs(RoutedEvent, IConnection)
Initializes a new instance of the ConnectionRoutedEventArgs class.
Declaration
public ConnectionRoutedEventArgs(RoutedEvent routedEvent, IConnection connection)
Parameters
RoutedEvent
routedEvent
The routed event. |
IConnection
connection
The connection. |