PropertyValueChangedEventArgs(GridItem, Object) Construtor

Definição

Inicializa uma nova instância da classe PropertyValueChangedEventArgs.

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)

Parâmetros

changedItem
GridItem

O item na grade que mudou.

oldValue
Object

O antigo valor da propriedade.

Aplica-se a