Skip to main content
.NET 6.0+

ITranslatorProvider.TranslationProgressChanged Event

Occurs when it is required to update the progress bar displayed when the translation is performed.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

event EventHandler<TranslationProgressEventArgs> TranslationProgressChanged

Event Data

The TranslationProgressChanged event's data class is DevExpress.ExpressApp.Utils.TranslationProgressEventArgs.

Remarks

The Progress parameter of the event arguments may be within the 0…1 range. You can also cancel the translation by setting the Cancel parameter to True.

See Also