alexa

    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