[]
Represents the EventArgs for the DropDownOpening event.
public class DropDownOpeningEventArgs : CancelEventArgs
Public Class DropDownOpeningEventArgs
Inherits CancelEventArgs
Name | Description |
---|---|
DropDownOpeningEventArgs() | Initializes a new instance of the DropDownOpeningEventArgs class. |
DropDownOpeningEventArgs(bool) | Initializes a new instance of the DropDownOpeningEventArgs class. |
Name | Description |
---|---|
ByTouch | Gets a value that indicates whether the drop-down operation is tiggered by touch |
SyncData | Gets or sets a value that indicates whether to synchronize data to the drop-down when it's opening. |