Back to Devexpress

EditFormShowingEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-d68dd16f.md

latest2.1 KB
Original Source

EditFormShowingEventArgs Class

Provides data for the event that is raised when an Edit Form is about to be displayed.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class EditFormShowingEventArgs :
    EventArgs
vb
Public Class EditFormShowingEventArgs
    Inherits EventArgs

EditFormShowingEventArgs is the data class for the following events:

Remarks

The GridView.EditFormShowing event fires before an Edit Form is displayed. You can get data associated with this event via the EditFormShowingEventArgs class. An instance of the EditFormShowingEventArgs class is passed to the EditFormShowingEventHandler as a parameter.

Inheritance

Object EventArgs EditFormShowingEventArgs

See Also

EditFormShowingEventArgs Members

EditFormShowingEventHandler

EditFormShowing

DevExpress.XtraGrid.Views.Grid Namespace