VPBindableObject GetPropertyChangedEventArgs Method Virtual Photonics - VTS Library
Virtual Photonics
Returns an instance of PropertyChangedEventArgs for the specified property name.

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

public static PropertyChangedEventArgs GetPropertyChangedEventArgs(
	string propertyName
)

Parameters

propertyName
Type: OnlineSystem String
The name of the property to create event args for.

Return Value

Type: OnlinePropertyChangedEventArgs
See Also