BackgroundOperationManagerOperationStopping Event |
Triggered when a background operation stops.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic event BackgroundOperationOperationEventHandler OperationStopping
Public Event OperationStopping As BackgroundOperationOperationEventHandler
public:
event BackgroundOperationOperationEventHandler^ OperationStopping {
void add (BackgroundOperationOperationEventHandler^ value);
void remove (BackgroundOperationOperationEventHandler^ value);
}
Value
Type:
MFiles.VAF.CommonBackgroundOperationOperationEventHandler
See Also