Back to Devexpress

ICommandHandler Interface

corelibraries-devexpress-dot-xtraprinting-f17196a4.md

latest1.2 KB
Original Source

ICommandHandler Interface

If implemented by a class, provides methods for handling commands in Print Preview.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface ICommandHandler
vb
Public Interface ICommandHandler

Remarks

An object implementing the ICommandHandler interface is passed to the PrintingSystemBase.AddCommandHandler method as a parameter.

See Also

ICommandHandler Members

DevExpress.XtraPrinting Namespace