menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILongOperationController - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILongOperationController

    Provides a controller for long operations.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ILongOperationController

    Methods

    StartOperation(String)

    Occurs when the operation is to be started.

    Declaration
    ILongOperation StartOperation(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type
    ILongOperation

    Events

    OperationStarted

    Occurs when the operation has started.

    Declaration
    event LongOperationEventHandler OperationStarted
    Event Type
    Type
    LongOperationEventHandler

    OperationStopped

    Occurs when the operation has stopped.

    Declaration
    event LongOperationEventHandler OperationStopped
    Event Type
    Type
    LongOperationEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved