Back to Devexpress

SpreadsheetCustomCellEditEventArgs Class

wpf-devexpress-dot-xpf-dot-spreadsheet-60ece395.md

latest1.8 KB
Original Source

SpreadsheetCustomCellEditEventArgs Class

Provides data for the SpreadsheetControl.CustomCellEdit event.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public class SpreadsheetCustomCellEditEventArgs :
    SpreadsheetCellEventArgsBase
vb
Public Class SpreadsheetCustomCellEditEventArgs
    Inherits SpreadsheetCellEventArgsBase

SpreadsheetCustomCellEditEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs SpreadsheetCellEventArgsBase SpreadsheetCustomCellEditEventArgs

See Also

SpreadsheetCustomCellEditEventArgs Members

DevExpress.Xpf.Spreadsheet Namespace