Wimark.Controls Class Library  

PropertyChangedEventArgs Constructor

Initializes a new instance of the PropertyChangedEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal propertyType As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
 
[C#]
public PropertyChangedEventArgs( 
   int propertyType, 
   object oldValue, 
   object newValue 
);
[C++]
public: PropertyChangedEventArgs( 
   int propertyType, 
   Object* oldValue, 
   Object* newValue 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

PropertyChangedEventArgs Class | PropertyChangedEventArgs Members | Wimark.Controls Namespace