DataGridViewEditingControlShowingEventArgs
Wisej.Web.DataGridViewEditingControlShowingEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewEditingControlShowingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the EditingControlShowing event.
public class DataGridViewEditingControlShowingEventArgs : DataGridViewCellEventArgsPublic Class DataGridViewEditingControlShowingEventArgs
Inherits DataGridViewCellEventArgsDataGridViewCellStyle: Returns or sets the cell style of the edited cell.
Control: The control shown to the user for editing the selected cell's value.
Represents the method that will handle the EditingControlShowing event of a DataGridView.
Last updated
Was this helpful?
Was this helpful?

