DataGridCell.OnIsEditingChanged(Boolean) 方法
定義
protected:
virtual void OnIsEditingChanged(bool isEditing);
protected virtual void OnIsEditingChanged (bool isEditing);
abstract member OnIsEditingChanged : bool -> unit
override this.OnIsEditingChanged : bool -> unit
Protected Overridable Sub OnIsEditingChanged (isEditing As Boolean)
參數
備註
這個方法會變更資料格在編輯和顯示狀態之間的視覺狀態。This method changes the visual state of the cell between the Editing and Display states.