Skip to main content
All docs
V23.2

CellEditorOpenedEventArgs Class

Provides data for the SpreadsheetControl.CellEditorOpened event.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public class CellEditorOpenedEventArgs :
    EventArgs

Remarks

An instance of the CellEditorOpenedEventArgs class is automatically created and passed to the SpreadsheetControl.CellEditorOpened event handler.

Inheritance

Object
EventArgs
CellEditorOpenedEventArgs
See Also