Version

CancelOperationResult Class Members

The following tables list the members exposed by CancelOperationResult.

Public Constructors
 NameDescription
Public ConstructorCancelOperationResult ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyErrorIf an error occurred during the process of getting activity query results, this property returns the error information. (Inherited from Infragistics.OperationResult)
Public PropertyIsCanceledIndicates if the operation was canceled. (Inherited from Infragistics.OperationResult)
Public PropertyIsCompleteIndicates if the query operation has been completed. (Inherited from Infragistics.OperationResult)
Public PropertyOperationOperation being canceled.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodInitializeResultInitializes the OperationResult.Error and OperationResult.IsComplete properties based on the specified values.  
Public MethodOnCanceledCalled when the operation is canceled. (Inherited from Infragistics.OperationResult)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also