alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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

    add_OperationFeedback(OperationFeedbackEventHandler)

    Declaration
    void add_OperationFeedback(OperationFeedbackEventHandler value)
    Parameters
    Type Name Description
    OperationFeedbackEventHandler value

    RaiseOperationFeedbackEvent(OperationFeedbackEventArgs)

    Raises an RaiseOperationFeedbackEvent.

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

    An OperationFeedbackEventArgs object that contains the event data.

    remove_OperationFeedback(OperationFeedbackEventHandler)

    Declaration
    void remove_OperationFeedback(OperationFeedbackEventHandler value)
    Parameters
    Type Name Description
    OperationFeedbackEventHandler value

    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 - 2026 Syncfusion Inc. All Rights Reserved