Class AdditionalContentActivatedEventArgs
Event args used holding the ContextItems for SettingsPaneView. They are used in RadDiagramAdditionalContentActivated events.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class AdditionalContentActivatedEventArgs : RadRoutedEventArgs
Constructors
AdditionalContentActivatedEventArgs(RoutedEvent)
Initializes a new instance of the AdditionalContentActivatedEventArgs class.
Declaration
public AdditionalContentActivatedEventArgs(RoutedEvent routedEvent)
Parameters
RoutedEvent
routedEvent
|
Properties
ContextItems
Gets or Sets the ContextItems for SettingsPane / SettingsPaneView.
Declaration
public IEnumerable<IDiagramItem> ContextItems { get; set; }
Property Value
System.Collections.Generic.IEnumerable<IDiagramItem>
|