LineDisplayBase.BlinkRateChangedEventHandler Delegate

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

Usage

'Usage
Sub Sub1(sender As Object, _
    e As EventArgs)
End Sub
Dim lineDisplayBase_BlinkRateChangedEventHandler1 As New LineDisplayBase.BlinkRateChangedEventHandler(AddressOf Sub1)

Syntax

'Declaration
Protected Delegate Sub LineDisplayBase.BlinkRateChangedEventHandler( _
    ByVal sender As Object, _
    ByVal e As EventArgs _
)
protected delegate void LineDisplayBase.BlinkRateChangedEventHandler(
    object sender,
    EventArgs e
);
delegate Void LineDisplayBase.BlinkRateChangedEventHandler(
    Object^ sender,
    EventArgs^ e
);
protected delegate void LineDisplayBase.BlinkRateChangedEventHandler(
    System.Object sender,
    EventArgs e
);
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Parameters

  • sender
  • e

Remarks

Delegate for the LineDisplayBase.BlinkRateChangedEvent protected event.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService.BaseServiceObjects Namespace
BlinkRateChangedEvent