SmartCardRWBasic.StateChangedEventHandler Delegate

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

Usage

'Usage
Sub Sub1(sender As Object, _
    e As EventArgs)
End Sub
Dim smartCardRWBasic_StateChangedEventHandler1 As New SmartCardRWBasic.StateChangedEventHandler(AddressOf Sub1)

Syntax

'Declaration
Protected Delegate Sub SmartCardRWBasic.StateChangedEventHandler( _
    ByVal sender As Object, _
    ByVal e As EventArgs _
)
protected delegate void SmartCardRWBasic.StateChangedEventHandler(
    object sender, 
    EventArgs e
);
delegate Void SmartCardRWBasic.StateChangedEventHandler(
    Object^ sender, 
    EventArgs^ e
);
protected delegate void SmartCardRWBasic.StateChangedEventHandler(
    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

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.PointOfService.BasicServiceObjects Namespace