Version 24.2 (latest)

CancelOperationResult Class Methods

For a list of all members of this type, see CancelOperationResult members.

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.Services.OperationResult)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
See Also