C# Class Microsoft.Maui.Controls.Compatibility.ControlGallery.Issues.Issue13126.OptimizedObservableCollection

Inheritance: ObservableCollection
ファイルを表示 Open project: microhobby/maui-linux

Public Methods

Method Description
BeginMassUpdate ( ) : IDisposable
OptimizedObservableCollection ( ) : System
OptimizedObservableCollection ( IEnumerable collection ) : System

Protected Methods

Method Description
OnCollectionChanged ( NotifyCollectionChangedEventArgs e ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Method Details

BeginMassUpdate() public method

public BeginMassUpdate ( ) : IDisposable
return IDisposable

OnCollectionChanged() protected method

protected OnCollectionChanged ( NotifyCollectionChangedEventArgs e ) : void
e NotifyCollectionChangedEventArgs
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e PropertyChangedEventArgs
return void

OptimizedObservableCollection() public method

public OptimizedObservableCollection ( ) : System
return System

OptimizedObservableCollection() public method

public OptimizedObservableCollection ( IEnumerable collection ) : System
collection IEnumerable
return System