Share via


LineDisplayBase.CurrentWindowChangedEvent Event (POS for .NET v1.12 SDK Documentation)

2/27/2008

Informs the service object that the value of the CurrentWindow property has changed.

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

Syntax

'Declaration
Protected Event CurrentWindowChangedEvent As CurrentWindowChangedEventHandler
protected event CurrentWindowChangedEventHandler CurrentWindowChangedEvent
protected:
event CurrentWindowChangedEventHandler^ CurrentWindowChangedEvent {
    void add (CurrentWindowChangedEventHandler^ value);
    void remove (CurrentWindowChangedEventHandler^ value);
}
/** @event */
protected void add_CurrentWindowChangedEvent (CurrentWindowChangedEventHandler value)

/** @event */
protected void remove_CurrentWindowChangedEvent (CurrentWindowChangedEventHandler value)

Remarks

LineDisplayBase class queues a CurrentWindowChangedEvent event to inform the service object that the value of the CurrentWindow property has changed. Service objects should consider implementing CurrentWindowChangedEvent when they want to be notified of window changes.

See Also

Reference

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CurrentWindowChangedEventHandler
LineDisplayBase.CurrentWindowChangedEventHandler