DataGridRowEditEndingEventArgs Class

Summary

Provides information just before a row exits editing mode.
Namespace
Avalonia.Controls
Base Types
  • CancelEventArgs
graph BT Type-->Base0["CancelEventArgs"] Type["DataGridRowEditEndingEventArgs"] class Type type-node

Syntax

public class DataGridRowEditEndingEventArgs : CancelEventArgs

Constructors

Name Summary
DataGridRowEditEndingEventArgs(DataGridRow, DataGridEditAction) Instantiates a new instance of this class.

Properties

Name Value Summary
EditAction DataGridEditAction
The editing action that will be taken.
Row DataGridRow
The row container of the cell container that is about to exit edit mode.