Share via


LineDisplayBase.CursorTypeChangedEvent Event

2/27/2008

Inform the service object that the value of the CursorType property has changed.

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

Syntax

'Declaration
Protected Event CursorTypeChangedEvent As CursorTypeChangedEventHandler
protected event CursorTypeChangedEventHandler CursorTypeChangedEvent
protected:
event CursorTypeChangedEventHandler^ CursorTypeChangedEvent {
    void add (CursorTypeChangedEventHandler^ value);
    void remove (CursorTypeChangedEventHandler^ value);
}
/** @event */
protected void add_CursorTypeChangedEvent (CursorTypeChangedEventHandler value)

/** @event */
protected void remove_CursorTypeChangedEvent (CursorTypeChangedEventHandler value)

Remarks

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

See Also

Reference

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