Share via


LineDisplayBase.CurrentWindowChangedEventHandler Delegate (POS for .NET v1.12 SDK Documentation)

2/27/2008

Delegate for the CurrentWindowChangedEvent protected event.

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

Syntax

'Declaration
Protected Delegate Sub CurrentWindowChangedEventHandler ( _
    sender As Object, _
    e As EventArgs _
)
protected delegate void CurrentWindowChangedEventHandler (
    Object sender,
    EventArgs e
)
private delegate void CurrentWindowChangedEventHandler (
    Object^ sender, 
    EventArgs^ e
)
/** @delegate */
protected delegate void CurrentWindowChangedEventHandler (
    Object sender, 
    EventArgs e
)

Parameters

  • sender
    The service object sending the event.
  • e
    The event, which is an instance of an EventArgs class.

Remarks

Delegate for the CurrentWindowChangedEvent protected event.

See Also

Reference

Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CurrentWindowChangedEvent Event