'Declaration
Public Function New( _
ByVal As String, _
ByVal As Object, _
ByVal As Object _
)
'Usage
Dim propertyName As String
Dim oldPropertyValue As Object
Dim newPropertyValue As Object
Dim instance As New ImGearARTPropertyChangedEventArgs(propertyName, oldPropertyValue, newPropertyValue)