DataGridViewRowCancelEventArgs

Wisej.Web.DataGridViewRowCancelEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the UserDeletingRow event of a DataGridView.

public class DataGridViewRowCancelEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the DataGridViewRowCancelEventArgs class.

Throws:

Initializes a new instance of the DataGridViewRowCancelEventArgs class.

Throws:

Properties

DataGridViewRow: Returns the DataGridViewRow that the user is deleting.

Int32: Returns the index of the DataGridViewRow that the user is deleting.

Used By

Last updated