A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.RemoveCommandHandler(ICommandHandler) Method
Removes the existing command handler for one or several of the printing system commands (listed in the PrintingSystemCommand enumeration).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public void RemoveCommandHandler(
ICommandHandler handler
)
Public Sub RemoveCommandHandler(
handler As ICommandHandler
)
Parameters
Name | Type | Description |
---|---|---|
handler | ICommandHandler | An object implementing the ICommandHandler interface. |
Remarks
NOTE
The RemoveCommandHandler method takes effect only in Windows Forms applications, where it must be called after the DocumentViewer.DocumentSource property has been assigned a value.
See Also
Feedback