Class ConnectorRoutedEventArgs
Represents connector routed event args.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class ConnectorRoutedEventArgs : RadRoutedEventArgs
Constructors
ConnectorRoutedEventArgs(RoutedEvent, IConnection, IShape, Boolean)
Initializes a new instance of the ConnectorRoutedEventArgs class.
Declaration
public ConnectorRoutedEventArgs(RoutedEvent routedEvent, IConnection connection, IShape shape, bool attachSource)
Parameters
RoutedEvent
routedEvent
The routed event. |
IConnection
connection
The connection. |
IShape
shape
The shape. |
System.Boolean
attachSource
True is the connection attaches to the shape as source, otherwise as target. |
Properties
AttachAsSource
Gets a value whether the connection is attached as source to the shape.
Declaration
public bool AttachAsSource { get; }
Property Value
System.Boolean
|
AttachAsTarget
Gets a value whether the connection is attached as target to the shape.
Declaration
public bool AttachAsTarget { get; }
Property Value
System.Boolean
|