Skip to main content

RepositoryItem.DoubleClick Event

Fires when the editor is double clicked.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The DoubleClick event's data class is EventArgs.

Remarks

Handle this event to perform specific actions in response to editor double click events.

See Also