DataGridViewCollectionChangeEventArgs
Wisej.Web.DataGridViewCollectionChangeEventArgs
Last updated
Wisej.Web.DataGridViewCollectionChangeEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Extends the CollectionChangeEventArgs class to add the internal flag RecreateNewRow.
Provides data for the System.Data.DataColumnCollection.CollectionChanged event.
Name | Type | Description |
---|---|---|
action | One of the System.ComponentModel.CollectionChangeAction values that specifies how the collection changed. | |
element | The instance of the collection that changed. Usually when action = Refresh, element is null. |
Provides data for the System.Data.DataColumnCollection.CollectionChanged event.
Name | Type | Description |
---|---|---|
action | One of the System.ComponentModel.CollectionChangeAction values that specifies how the collection changed. | |
element | The instance of the collection that changed. Usually when action = Refresh, element is null. | |
recreateNewRow | Indicates whether the grid should re-create the new automatic row. |
Boolean: Indicates whether the DataGridView should recreate the new automatic row when the collection changes.