DataPackageView.ReportOperationCompleted(DataPackageOperation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the system that your app is finished using the DataPackageView object. Primarily used for Clipboard operations.
public:
virtual void ReportOperationCompleted(DataPackageOperation value) = ReportOperationCompleted;
void ReportOperationCompleted(DataPackageOperation const& value);
public void ReportOperationCompleted(DataPackageOperation value);
function reportOperationCompleted(value)
Public Sub ReportOperationCompleted (value As DataPackageOperation)
Parameters
- value
- DataPackageOperation
An enumeration that states what operation (such as copy or move) was completed. At most one operation flag can be set.