IPrintSchemaAsyncOperationEvent interface
Exposes a validation, merge, or commit completion event delegate.
Members
The IPrintSchemaAsyncOperationEvent interface inherits from the IDispatch interface. IPrintSchemaAsyncOperationEvent also has these types of members:
Methods
The IPrintSchemaAsyncOperationEvent interface has these methods.
| Method | Description |
|---|---|
| Completed |
Is called when asynchronous PrintSchema operation that is represented by an IPrintSchemaAsyncOperation context is completed. |
Remarks
An event sink that implements IPrintSchemaAsyncOperationEvent and the event source, IPrintSchemaAsyncOperation are connected via the IConnectionPoint mechanism. You must retrieve a pointer to the IConnectionPoint interface by invoking QueryInterface on the IPrinterQueue object.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also