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