Skip to main content
A newer version of this page is available. .

IChooseFileOptionsPageView.DetectEncoding Event

Occurs when the state of the Detect automatically check box for the Encoding option is changed.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

event EventHandler DetectEncoding

Event Data

The DetectEncoding event's data class is EventArgs.

Remarks

The Detect automatically check box for the Encoding option specifies whether to automatically determine the character encoding in the CSV file.

See Also