Initializes a new instance of the ImGearARTPropertyChangedEventArgs class.
Syntax
'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)
public ImGearARTPropertyChangedEventArgs(
string ,
object ,
object
)
public: ImGearARTPropertyChangedEventArgs(
string* ,
Object* ,
Object*
)
public:
ImGearARTPropertyChangedEventArgs(
String^ ,
Object^ ,
Object^
)
Parameters
- propertyName
- The name of changed property.
- oldPropertyValue
- The old value of changed property.
- newPropertyValue
- The new value of changed property.
See Also