LongOperationEventArgs Class Members
In This Topic
The following tables list the members exposed by LongOperationEventArgs.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CanCancel | Gets the value indicating whether the event handler can cancel the current long operation by setting the LongOperationEventArgs.Cancel property to true. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Cancel | Gets or sets a value indicating whether the current long operation should be cancelled. (This property is ignored if LongOperationEventArgs.CanCancel is false.) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Complete | Gets the approximate completed ratio, from 0 (0% complete) to 1 (100% complete). |
Top
See Also