New to Telerik UI for WPFStart a free 30-day trial

Represents ConnectorActivation routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class ConnectorActivationChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsConnectorActivationChangedEventArgs

Constructors

Initializes a new instance of the ConnectorActivationChangedEventArgs class.

C#
public ConnectorActivationChangedEventArgs(RoutedEvent routedEvent, IConnector connector)
Parameters:routedEventRoutedEvent

The routed event.

connectorIConnector

The connector.

Properties

Gets or sets the connector.

C#
public IConnector Connector { get; set; }