Click or drag to resize

ObservableSetTOnPropertyChanged Method

Handles the PropertyChanged event.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnPropertyChanged(
	PropertyChangedEventArgs e
)

Parameters

e
Type: System.ComponentModelPropertyChangedEventArgs
The PropertyChangedEventArgs instance containing the event data.
See Also