Interface IOperationFeedbackProvider
The class that implements the component where operations are operated on should implement this interface.
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.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 |