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

EditFormPreparedEventArgs Constructors

Provides data for the GridView.EditFormPrepared event that is raised when an Edit Form is about to be displayed.
Name Parameters Description
EditFormPreparedEventArgs(Int32, Control, EditFormBindableControlsCollection) rowHandle, panel, bindableControls Initializes a new instance of the EditFormPreparedEventArgs class. This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also