Class
AdditionalContentActivatedEventArgs

Event args used holding the ContextItems for SettingsPaneView. They are used in RadDiagramAdditionalContentActivated events.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public class AdditionalContentActivatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsAdditionalContentActivatedEventArgs

Constructors

AdditionalContentActivatedEventArgs(RoutedEvent)

Initializes a new instance of the AdditionalContentActivatedEventArgs class.

Declaration

cs-api-definition
public AdditionalContentActivatedEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent

RoutedEvent

Properties

ContextItems

Gets or Sets the ContextItems for SettingsPane / SettingsPaneView.

Declaration

cs-api-definition
public IEnumerable<IDiagramItem> ContextItems { get; set; }

Property Value

IEnumerable<IDiagramItem>