This documentation is archived and is not being maintained.
DataGrid::BeginEdit Method (RoutedEventArgs)
Visual Studio 2010
Invokes the BeginEdit command, which will place the current cell or row into edit mode.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- editingEventArgs
- Type: System.Windows::RoutedEventArgs
If called from an event handler, the event arguments. May be nullptr.
Return Value
Type: System::Booleantrue if the current cell or row enters edit mode; otherwise, false.
If the command is enabled, this will cause the BeginningEdit and PreparingCellForEdit overrides and events to occur.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: