Class
ConnectorRoutedEventArgs

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

IConnection

The connection.

shape

IShape

The shape.

attachSource

bool

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

cs-api-definition
public bool AttachAsSource { get; }

Property Value

bool

AttachAsTarget

Gets a value whether the connection is attached as target to the shape.

Declaration

cs-api-definition
public bool AttachAsTarget { get; }

Property Value

bool

Connection

The connection.

Declaration

cs-api-definition
public IConnection Connection { get; }

Property Value

IConnection

Shape

The shape.

Declaration

cs-api-definition
public IShape Shape { get; }

Property Value

IShape