C# Class System.Data.DataViewListener

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
ChildRelationCollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
CleanUp ( bool updateListeners ) : void
ColumnCollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
DataViewListener ( DataView dv ) : System.ComponentModel
IndexListChanged ( ListChangedEventArgs e ) : void
MaintainDataView ( ListChangedType changedType, DataRow row, bool trackAddRemove ) : void

Maintain the DataView before DataView.ListChanged is raised.

ParentRelationCollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
RegisterListChangedEvent ( Index index ) : void
RegisterListener ( DataTable table ) : void
RegisterMetaDataEvents ( DataTable table ) : void
UnregisterListChangedEvent ( ) : void
UnregisterMetaDataEvents ( ) : void
UnregisterMetaDataEvents ( bool updateListeners ) : void