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 |