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

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:

C#
public class AdditionalContentActivatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsAdditionalContentActivatedEventArgs

Constructors

Initializes a new instance of the AdditionalContentActivatedEventArgs class.

C#
public AdditionalContentActivatedEventArgs(RoutedEvent routedEvent)
Parameters:routedEventRoutedEvent

Properties

Gets or Sets the ContextItems for SettingsPane / SettingsPaneView.

C#
public IEnumerable<IDiagramItem> ContextItems { get; set; }