Initializes a new instance of the ValueChangedEventArgs class

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ValueChangedEventArgs(
	Object oldValue,
	Object newValue
)
Visual Basic
Public Sub New ( _
	oldValue As Object, _
	newValue As Object _
)
Visual C++
public:
ValueChangedEventArgs(
	Object^ oldValue, 
	Object^ newValue
)

Parameters

oldValue
Type: System..::..Object
newValue
Type: System..::..Object

See Also