LineDisplayBase.BlinkRateChangedEvent Event
2/27/2008
Informs the service object that the value of the BlinkRate property has changed.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Protected Event BlinkRateChangedEvent As BlinkRateChangedEventHandler
protected event BlinkRateChangedEventHandler BlinkRateChangedEvent
protected:
event BlinkRateChangedEventHandler^ BlinkRateChangedEvent {
void add (BlinkRateChangedEventHandler^ value);
void remove (BlinkRateChangedEventHandler^ value);
}
/** @event */
protected void add_BlinkRateChangedEvent (BlinkRateChangedEventHandler value)
/** @event */
protected void remove_BlinkRateChangedEvent (BlinkRateChangedEventHandler value)
Remarks
LineDisplayBase class queues a BlinkRateChangedEvent event to inform the service object that the value of the BlinkRate property has changed. Service objects should consider implementing BlinkRateChangedEvent when they want to be notified of blink rate changes.
See Also
Reference
LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.BlinkRateChangedEventHandler
LineDisplayBase.BlinkRateChangedEventHandler