DataGrid.BeginEdit 메서드

정의

현재 셀이나 행을 편집 모드로 전환하는 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입니다.

설명

명령을 사용하도록 설정하면 및 PreparingCellForEdit 재정의 BeginningEdit 및 이벤트가 발생합니다.

적용 대상

BeginEdit()

현재 셀이나 행을 편집 모드로 전환하는 BeginEdit() 명령을 호출합니다.

public:
 bool BeginEdit();
public bool BeginEdit ();
member this.BeginEdit : unit -> bool
Public Function BeginEdit () As Boolean

반환

현재 셀이나 행이 편집 모드로 전환되면 true이고, 그렇지 않으면 false입니다.

설명

명령을 사용하도록 설정하면 및 PreparingCellForEdit 재정의 BeginningEdit 및 이벤트가 발생합니다.

적용 대상