| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal eventHandler As RoutedEvent, _ ByVal row As UXGridViewRowBase, _ ByVal editAction As EditAction _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim eventHandler As RoutedEvent Dim row As UXGridViewRowBase Dim editAction As EditAction Dim instance As New UXGridViewRowEditEndingEventArgs(eventHandler, row, editAction) | |
| C# | |
|---|---|
public UXGridViewRowEditEndingEventArgs( RoutedEvent eventHandler, UXGridViewRowBase row, EditAction editAction ) | |
| Delphi | |
|---|---|
public UXGridViewRowEditEndingEventArgs( eventHandler: RoutedEvent; row: UXGridViewRowBase; editAction: EditAction ); | |
| JScript | |
|---|---|
public function UXGridViewRowEditEndingEventArgs( eventHandler : RoutedEvent, row : UXGridViewRowBase, editAction : EditAction ); | |
| Managed Extensions for C++ | |
|---|---|
public: UXGridViewRowEditEndingEventArgs( RoutedEvent* eventHandler, UXGridViewRowBase* row, EditAction editAction ) | |
| C++/CLI | |
|---|---|
public: UXGridViewRowEditEndingEventArgs( RoutedEvent^ eventHandler, UXGridViewRowBase^ row, EditAction editAction ) | |
Parameters
- eventHandler
- The RowEditEnding routed event.
- row
- The row that contains the cell that is about to exit edit mode.
- editAction
- The EditAction that indicates whether the edit will be committed or canceled.
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