Class ConnectorRoutedEventArgs
Represents connector routed event args.
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class ConnectorRoutedEventArgs : RoutedEventArgs
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
|