Intersoft ClientUI Documentation
BeginEdit(RoutedEventArgs) Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class > BeginEdit Method : BeginEdit(RoutedEventArgs) Method






editingEventArgs
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

Visual Basic (Declaration) 
Public Overloads Function BeginEdit( _
   ByVal editingEventArgs As RoutedEventArgs _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim editingEventArgs As RoutedEventArgs
Dim value As Boolean
 
value = instance.BeginEdit(editingEventArgs)
C# 
public bool BeginEdit( 
   RoutedEventArgs editingEventArgs
)
Delphi 
public function BeginEdit( 
    editingEventArgs: RoutedEventArgs
): Boolean; 
JScript 
public function BeginEdit( 
   editingEventArgs : RoutedEventArgs
) : boolean;
Managed Extensions for C++ 
public: bool BeginEdit( 
   RoutedEventArgs* editingEventArgs
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.