ImageGear .NET
ImGearARTPropertyChangedEventArgs Constructor




The name of changed property.
The old value of changed property.
The new value of changed property.
Initializes a new instance of the ImGearARTPropertyChangedEventArgs class.
Syntax
public ImGearARTPropertyChangedEventArgs( 
   string propertyName,
   object oldPropertyValue,
   object newPropertyValue
)
public: ImGearARTPropertyChangedEventArgs( 
   string* propertyName,
   Object* oldPropertyValue,
   Object* newPropertyValue
)
public:
ImGearARTPropertyChangedEventArgs( 
   String^ propertyName,
   Object^ oldPropertyValue,
   Object^ newPropertyValue
)
'Declaration
 
Public Function New( _
   ByVal propertyName As String, _
   ByVal oldPropertyValue As Object, _
   ByVal newPropertyValue As Object _
)
 
'Usage
 
Dim propertyName As String
Dim oldPropertyValue As Object
Dim newPropertyValue As Object
 
Dim instance As New ImGearARTPropertyChangedEventArgs(propertyName, oldPropertyValue, newPropertyValue)

Parameters

propertyName
The name of changed property.
oldPropertyValue
The old value of changed property.
newPropertyValue
The new value of changed property.
See Also

Reference

ImGearARTPropertyChangedEventArgs Class
ImGearARTPropertyChangedEventArgs Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback