Back to Devexpress

BeforeEncodingDetectionEventArgs Class

officefileapi-devexpress-dot-office-f52cfd8c.md

latest2.2 KB
Original Source

BeforeEncodingDetectionEventArgs Class

Provides data for the BeforeEncoding event.

Namespace : DevExpress.Office

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

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

BeforeEncodingDetectionEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsRichEditControl.BeforeEncodingDetection
SpreadsheetControl.BeforeEncodingDetection
WPF ControlsRichEditControl.BeforeEncodingDetection
SpreadsheetControl.BeforeEncodingDetection
Office File APIIRichEditDocumentServer.BeforeEncodingDetection
ISpreadsheetComponent.BeforeEncodingDetection
RichEditDocumentServer.BeforeEncodingDetection
Workbook.BeforeEncodingDetection

Inheritance

Object EventArgs BeforeEncodingDetectionEventArgs

See Also

BeforeEncodingDetectionEventArgs Members

DevExpress.Office Namespace