PropertyValueChangedEventArgs(GridItem, Object) Constructor

Definition

Initializes a new instance of the PropertyValueChangedEventArgs class.

public:
 PropertyValueChangedEventArgs(System::Windows::Forms::GridItem ^ changedItem, System::Object ^ oldValue);
public PropertyValueChangedEventArgs (System.Windows.Forms.GridItem changedItem, object oldValue);
public PropertyValueChangedEventArgs (System.Windows.Forms.GridItem? changedItem, object? oldValue);
new System.Windows.Forms.PropertyValueChangedEventArgs : System.Windows.Forms.GridItem * obj -> System.Windows.Forms.PropertyValueChangedEventArgs
Public Sub New (changedItem As GridItem, oldValue As Object)

Parameters

changedItem
GridItem

The item in the grid that changed.

oldValue
Object

The old property value.

Applies to