Table of Contents

Field ContinueFunc

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Gets or sets the function which is called to check whether to continue the conversion. You can return False to stop the conversion. This function is called from the main thread so it can access UI elements.

public Func<bool> ContinueFunc

Returns

Func<bool>
Gets or sets the function which is called to check whether to continue the conversion. You can return False to stop the conversion. This function is called from the main thread so it can access UI elements.