VPBindableObject OnPropertyChanged Method Virtual Photonics - VTS Library
Virtual Photonics
Attempts to raise the PropertyChanged event, and invokes the virtual AfterPropertyChanged method, regardless of whether the event was raised or not.

Namespace: Vts
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public void OnPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: OnlineSystem String
The property which was changed.

Implements

INotifyPropertyChangedPlus OnPropertyChanged(String)
See Also