Intersoft ClientUI Documentation
EditingEventArgs Property (UXGridViewPreparingCellForEditEventArgs)



Gets information about the user gesture that caused the cell to enter edit mode.
Syntax
Public ReadOnly Property EditingEventArgs As RoutedEventArgs
Dim instance As UXGridViewPreparingCellForEditEventArgs
Dim value As RoutedEventArgs
 
value = instance.EditingEventArgs
public RoutedEventArgs EditingEventArgs {get;}
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 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

UXGridViewPreparingCellForEditEventArgs Class
UXGridViewPreparingCellForEditEventArgs Members

Send Feedback