ClassConnectorRoutedEventArgs
Class
Represents connector routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public sealed class ConnectorRoutedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsConnectorRoutedEventArgs
Constructors
ConnectorRoutedEventArgs(RoutedEvent, IConnection, IShape, bool)
Initializes a new instance of the ConnectorRoutedEventArgs class.
Declaration
cs-api-definition
public ConnectorRoutedEventArgs(RoutedEvent routedEvent, IConnection connection, IShape shape, bool attachSource)
Parameters
routedEvent
RoutedEvent
The routed event.
connection
The connection.
shape
The shape.
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.
AttachAsTarget
Gets a value whether the connection is attached as target to the shape.
Connection
The connection.