PropertyValueChangedEventArgs Constructor (GridItem^, Object^)

 

Initializes a new instance of the PropertyValueChangedEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
PropertyValueChangedEventArgs(
	GridItem^ changedItem,
	Object^ oldValue
)

Parameters

changedItem
Type: System.Windows.Forms::GridItem^

The item in the grid that changed.

oldValue
Type: System::Object^

The old property value.

.NET Framework
Available since 1.1
Return to top
Show: