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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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