DataGrid.BeginEdit 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用 BeginEdit() 命令,這樣會讓目前的儲存格或資料列進入編輯模式。
多載
BeginEdit(RoutedEventArgs) |
叫用 BeginEdit() 命令,這樣會讓目前的儲存格或資料列進入編輯模式。 |
BeginEdit() |
叫用 BeginEdit() 命令,這樣會讓目前的儲存格或資料列進入編輯模式。 |
BeginEdit(RoutedEventArgs)
叫用 BeginEdit() 命令,這樣會讓目前的儲存格或資料列進入編輯模式。
public:
bool BeginEdit(System::Windows::RoutedEventArgs ^ editingEventArgs);
public bool BeginEdit (System.Windows.RoutedEventArgs editingEventArgs);
member this.BeginEdit : System.Windows.RoutedEventArgs -> bool
Public Function BeginEdit (editingEventArgs As RoutedEventArgs) As Boolean
參數
- editingEventArgs
- RoutedEventArgs
如果從事件處理常式中呼叫,則為事件引數。 可以是 null
。
傳回
如果目前的儲存格或資料列進入編輯模式則為 true
,否則為 false
。
備註
如果啟用命令,這會導致 BeginningEdit 和 PreparingCellForEdit 覆寫和事件發生。
適用於
BeginEdit()
叫用 BeginEdit() 命令,這樣會讓目前的儲存格或資料列進入編輯模式。
public:
bool BeginEdit();
public bool BeginEdit ();
member this.BeginEdit : unit -> bool
Public Function BeginEdit () As Boolean
傳回
如果目前的儲存格或資料列進入編輯模式則為 true
,否則為 false
。
備註
如果啟用命令,這會導致 BeginningEdit 和 PreparingCellForEdit 覆寫和事件發生。