SpreadsheetCustomCellEditEventArgs Class
In This Article
Provides data for the SpreadsheetControl.CustomCellEdit event.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: 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