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)
Properties
Gets or Sets the ContextItems for SettingsPane / SettingsPaneView.
C#
public IEnumerable<IDiagramItem> ContextItems { get; set; }