DataGridViewCollectionChangeEventArgs
Wisej.Web.DataGridViewCollectionChangeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Extends the CollectionChangeEventArgs class to add the internal flag RecreateNewRow.
public class DataGridViewCollectionChangeEventArgs : CollectionChangeEventArgs
Constructors
DataGridViewCollectionChangeEventArgs(action, element)

Provides data for the System.Data.DataColumnCollection.CollectionChanged event.
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.
DataGridViewCollectionChangeEventArgs(action, element, recreateNewRow)

Provides data for the System.Data.DataColumnCollection.CollectionChanged event.
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.
Properties
RecreateNewRow

Boolean: Indicates whether the DataGridView should recreate the new automatic row when the collection changes.
Last updated
Was this helpful?