Back to Devexpress

RepositoryItemBreadCrumbEdit.SelectorClientEmptySpaceClick Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-ac27c7ab.md

latest3.3 KB
Original Source

RepositoryItemBreadCrumbEdit.SelectorClientEmptySpaceClick Event

Occurs each time an end-user clicks empty space within this BreadCrumbEdit.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event MouseEventHandler SelectorClientEmptySpaceClick
vb
<DXCategory("Events")>
Public Event SelectorClientEmptySpaceClick As MouseEventHandler

Event Data

The SelectorClientEmptySpaceClick event's data class is MouseEventArgs. The following properties provide information specific to this event:

PropertyDescription
ButtonGets which mouse button was pressed.
ClicksGets the number of times the mouse button was pressed and released.
DeltaGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.
LocationGets the location of the mouse during the generating mouse event.
XGets the x-coordinate of the mouse during the generating mouse event.
YGets the y-coordinate of the mouse during the generating mouse event.

Remarks

The SelectorClientEmptySpaceClick event allows you to respond to an end-user clicking empty space within this RepositoryItemBreadCrumbEdit, which by default switches the editor to Edit mode (see the RepositoryItemBreadCrumbEdit.BreadCrumbMode property).

See Also

BreadCrumbMode

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace