Skip to main content
A newer version of this page is available. .

SpreadsheetCustomCellEditEventArgs Class

Provides data for the SpreadsheetControl.CustomCellEdit event.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Spreadsheet, DevExpress.Wpf.Spreadsheet

Declaration

public class SpreadsheetCustomCellEditEventArgs :
    SpreadsheetCellEventArgsBase

Remarks

The SpreadsheetCustomCellEditEventArgs objects are automatically created, initialized and passed to the SpreadsheetControl.CustomCellEdit event handlers.

Inheritance

Object
EventArgs
SpreadsheetCellEventArgsBase
SpreadsheetCustomCellEditEventArgs
See Also