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.
protected:
virtual void OnPagesChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
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
Protected Overridable Sub OnPagesChanged (e As NotifyCollectionChangedEventArgs)