PosPrinterBase.CancelPrintEvent Event (POS for .NET v1.12 SDK Documentation)

2/27/2008

Raised when the current print operation should be cancelled.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Protected Event CancelPrintEvent As CancelPrintEventHandler
protected event CancelPrintEventHandler CancelPrintEvent
protected:
event CancelPrintEventHandler^ CancelPrintEvent {
    void add (CancelPrintEventHandler^ value);
    void remove (CancelPrintEventHandler^ value);
}
/** @event */
protected void add_CancelPrintEvent (CancelPrintEventHandler value)

/** @event */
protected void remove_CancelPrintEvent (CancelPrintEventHandler value)

Remarks

Raised by PosPrinterBase class when the current print operation should be canceled. The service object can subscribe to and use CancelPrintEvent to determine when to cancel current print jobs.

See Also

Reference

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinterBase.CancelPrintEventHandler