VPBindableObject AfterPropertyChanged Method Virtual Photonics - VTS Library
Virtual Photonics
Derived classes can override this method to execute logic after a property is set. The base implementation does nothing.

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

protected virtual void AfterPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: OnlineSystem String
The property which was changed.
See Also