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

旧的属性值。

适用于