Intersoft ClientUI Documentation
EditingEventArgs Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewBeginningEditEventArgs Class : EditingEventArgs Property






Gets information about the user gesture that caused the cell to enter edit mode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EditingEventArgs As RoutedEventArgs
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewBeginningEditEventArgs
Dim value As RoutedEventArgs
 
value = instance.EditingEventArgs
C# 
public RoutedEventArgs EditingEventArgs {get;}
Delphi 
public read-only property EditingEventArgs: RoutedEventArgs; 
JScript 
public function get EditingEventArgs : RoutedEventArgs
Managed Extensions for C++ 
public: __property RoutedEventArgs* get_EditingEventArgs();
C++/CLI 
public:
property RoutedEventArgs^ EditingEventArgs {
   RoutedEventArgs^ get();
}

Property Value

Information about the user gesture that caused the cell to enter edit mode.

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.