Skip to main content
A newer version of this page is available. .

RepositoryItem.Click Event

Fires when clicking the editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler Click

Event Data

The Click event's data class is EventArgs.

Remarks

Handle the event to perform particular actions each time an editor is clicked. Note that this event fires when releasing the mouse button and is immediately followed by the RepositoryItem.MouseUp event. If you need to perform specific actions when pressing a mouse button, handle the RepositoryItem.MouseDown event instead.

See Also