PropertyValueChangedEventArgs(GridItem, Object) Konstruktor

Definice

Inicializuje novou instanci PropertyValueChangedEventArgs třídy.

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)

Parametry

changedItem
GridItem

Položka v mřížce, která se změnila.

oldValue
Object

Stará hodnota vlastnosti.

Platí pro