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.v19.1.dll

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