menu

WinForms

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

    Show / Hide Table of Contents

    Interface ICanCancel

    Defines a mechanism for letting others know that you let others cancel your operation.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ICanCancel
    Remarks

    The CancelListener class relies on this interface.

    Methods

    CancelOperation()

    To let you know that any current operation should be cancelled.

    Declaration
    void CancelOperation()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved