Back to Devexpress

CellEditorOpenedEventArgs Class

wpf-devexpress-dot-xpf-dot-spreadsheet-ec2e94fc.md

latest1.5 KB
Original Source

CellEditorOpenedEventArgs Class

Provides data for the SpreadsheetControl.CellEditorOpened event.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public class CellEditorOpenedEventArgs :
    EventArgs
vb
Public Class CellEditorOpenedEventArgs
    Inherits EventArgs

CellEditorOpenedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs CellEditorOpenedEventArgs

See Also

CellEditorOpenedEventArgs Members

DevExpress.Xpf.Spreadsheet Namespace