[]
Provides data for DropDownItemClicked event.
public class DropDownItemClickedEventArgs : EventArgs
| Name | Description |
|---|---|
| DropDownItemClickedEventArgs(DropDownItem) | Initializes a new instance of the DropDownItemClickedEventArgs class for the specified control. |
| Name | Description |
|---|---|
| CancelClosing | Gets or sets a value that indicates whether the C1SplitButton should close the dropdown after the item is clicked or not. |
| ClickedItem | Returns the clicked item. |