PropertyValueChangedEventArgs(GridItem, Object) 建構函式

定義

初始化 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)

參數

changedItem
GridItem

變更的格線項目。

oldValue
Object

舊的屬性值。

適用於