IPrintableControl.CreateRootNodeCompleted Event
In This Article
For internal use.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
event EventHandler<ScalarOperationCompletedEventArgs<IRootDataNode>> CreateRootNodeCompleted
#Event Data
The CreateRootNodeCompleted event's handler receives an argument of the ScalarOperationCompletedEventArgs<IRootDataNode> type. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancelled |
Gets a value indicating whether an asynchronous operation has been canceled.
Inherited from Async |
Error |
Gets a value indicating which error occurred during an asynchronous operation.
Inherited from Async |
Result | Returns the scalar operation result. |
User |
Gets the unique identifier for the asynchronous task.
Inherited from Async |
See Also