DataGridBeginningEditEventArgs Class

Summary

Provides data for the BeginningEdit event.
Namespace
Avalonia.Controls
Base Types
  • CancelEventArgs
graph BT Type-->Base0["CancelEventArgs"] Type["DataGridBeginningEditEventArgs"] class Type type-node

Syntax

public class DataGridBeginningEditEventArgs : CancelEventArgs

Constructors

Properties

Name Value Summary
Column DataGridColumn
Gets the column that contains the cell to be edited.
EditingEventArgs RoutedEventArgs
Gets information about the user gesture that caused the cell to enter edit mode.
Row DataGridRow
Gets the row that contains the cell to be edited.