RepositoryItem.Enter Event
Fires when the editor receives focus.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler Enter
#Event Data
The Enter event's data class is EventArgs.
#Remarks
The Enter event is equivalent to the editor’s Enter event.
Note: when using editors for in-place editing (for use in the Grid Control or other DevExpress container controls), editors are created dynamically when starting to edit a container control’s cell value. Thus, the Enter event is raised each time the repository item’s corresponding editor is created. Note that container controls provide their own events that enable centralized control over the visibility of editors.