MultiPage<T>.OnPagesChanged(NotifyCollectionChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the pages of the MultiPage<T> have been changed.
protected virtual void OnPagesChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
abstract member OnPagesChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
override this.OnPagesChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Parameters
- e
- System.Collections.Specialized.NotifyCollectionChangedEventArgs
The event arguments.