[]
        
(Showing Draft Content)

C1.Win.C1Input.DropDownItemClickedEventArgs

DropDownItemClickedEventArgs Class

Provides data for DropDownItemClicked event.

Inheritance
DropDownItemClickedEventArgs
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class DropDownItemClickedEventArgs : EventArgs

Constructors

Name Description
DropDownItemClickedEventArgs(DropDownItem)

Initializes a new instance of the DropDownItemClickedEventArgs class for the specified control.

Properties

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.