語言

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

舊房產價值。

適用於