PropertyValueChangedEventArgs(GridItem, Object) Costruttore

Definizione

Inizializza una nuova istanza della classe PropertyValueChangedEventArgs.

public:
 PropertyValueChangedEventArgs(System::Windows::Forms::GridItem ^ changedItem, System::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)

Parametri

changedItem
GridItem

Elemento nella griglia modificata.

oldValue
Object

Valore della proprietà precedente.

Si applica a