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.v19.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Click event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also