Intersoft ClientUI Documentation
BeginEdit(RoutedEventArgs) Method



Provides information about the keyboard or mouse gesture that prompted the method call. Can be null.
Causes the gridview to enter editing mode for the current cell and current row in the specified keyboard and mouse state.
Syntax
Public Overloads Function BeginEdit( _
   ByVal editingEventArgs As RoutedEventArgs _
) As Boolean
Dim instance As UXGridView
Dim editingEventArgs As RoutedEventArgs
Dim value As Boolean
 
value = instance.BeginEdit(editingEventArgs)
public bool BeginEdit( 
   RoutedEventArgs editingEventArgs
)
public:
bool BeginEdit( 
   RoutedEventArgs^ editingEventArgs
) 

Parameters

editingEventArgs
Provides information about the keyboard or mouse gesture that prompted the method call. Can be null.

Return Value

true if the gridview enters editing mode; otherwise, false.
Requirements

Target Platforms: 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

See Also

Reference

UXGridView Class
UXGridView Members
Overload List

Send Feedback