TabPageCollectionOnPropertyChanged Method

Fires the PropertyChanged event.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
protected virtual void OnPropertyChanged(
	PropertyChangedEventArgs e
)

Parameters

e  PropertyChangedEventArgs
Contains arguments for the PropertyChangedEventHandler.

See Also