OperationCompletedEventArgs.Operation Property
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.
Specifies the operation that the target app completed.
public:
property DataPackageOperation Operation { DataPackageOperation get(); };
DataPackageOperation Operation();
public DataPackageOperation Operation { get; }
var dataPackageOperation = operationCompletedEventArgs.operation;
Public ReadOnly Property Operation As DataPackageOperation
Property Value
An enumeration that specifies what operation (such as copy or move) was completed. At most one operation flag can be set.