Class SelectedItemCollectionChangedArgs
A class that defines SelectedItemCollectionChanged Arguements-
Inheritance
System.Object
SelectedItemCollectionChangedArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SelectedItemCollectionChangedArgs : EventArgs
Constructors
SelectedItemCollectionChangedArgs(Actions, MultiSelectionComboBox.SelectedObjectCollection)
Initializer of SelectedItemCollectionChangedArgs class
Declaration
public SelectedItemCollectionChangedArgs(Actions action, MultiSelectionComboBox.SelectedObjectCollection Items)
Parameters
| Type | Name | Description |
|---|---|---|
| Actions | action | |
| MultiSelectionComboBox.SelectedObjectCollection | Items |
Properties
Action
Gets the SelectedItems changed action
Declaration
public Actions Action { get; }
Property Value
| Type |
|---|
| Actions |
SelectedItems
Gets the SelectedItems collection
Declaration
public MultiSelectionComboBox.SelectedObjectCollection SelectedItems { get; }
Property Value
| Type |
|---|
| MultiSelectionComboBox.SelectedObjectCollection |