menu

WinForms

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

    Show / Hide Table of Contents

    Interface IOperationFeedbackProvider

    The class that implements the component where operations are operated on should implement this interface.

    Namespace: Syncfusion.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IOperationFeedbackProvider

    Properties

    FeedbackStack

    Returns the stack for nested operations.

    Declaration
    Stack FeedbackStack { get; }
    Property Value
    Type
    System.Collections.Stack

    Methods

    RaiseOperationFeedbackEvent(OperationFeedbackEventArgs)

    Raises an RaiseOperationFeedbackEvent.

    Declaration
    void RaiseOperationFeedbackEvent(OperationFeedbackEventArgs e)
    Parameters
    Type Name Description
    OperationFeedbackEventArgs e

    An OperationFeedbackEventArgs object that contains the event data.

    Events

    OperationFeedback

    Occurs to indicate the progress of an ongoing operation.

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