All pages
Powered by GitBook
1 of 1

Loading...

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
Public Class DataGridViewCollectionChangeEventArgs
    Inherits CollectionChangeEventArgs

Constructors

DataGridViewCollectionChangeEventArgs(action, element)

Provides data for the System.Data.DataColumnCollection.CollectionChanged event.

Name
Type
Description

DataGridViewCollectionChangeEventArgs(action, element, recreateNewRow)

Provides data for the System.Data.DataColumnCollection.CollectionChanged event.

Name
Type
Description

Properties

RecreateNewRow

: Indicates whether the DataGridView should recreate the new automatic row when the collection changes.

action

CollectionChangeAction

One of the System.ComponentModel.CollectionChangeAction values that specifies how the collection changed.

element

Object

The instance of the collection that changed. Usually when action = Refresh, element is null.

action

CollectionChangeAction

One of the System.ComponentModel.CollectionChangeAction values that specifies how the collection changed.

element

Object

The instance of the collection that changed. Usually when action = Refresh, element is null.

recreateNewRow

Boolean

Indicates whether the grid should re-create the new automatic row.

Boolean