StatusUpdateEventHandler Delegate (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines the method that will handle a StatusUpdateEventArgs events.

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

Syntax

'Declaration
Public Delegate Sub StatusUpdateEventHandler ( _
    sender As Object, _
    e As StatusUpdateEventArgs _
)
public delegate void StatusUpdateEventHandler (
    Object sender,
    StatusUpdateEventArgs e
)
public delegate void StatusUpdateEventHandler (
    Object^ sender, 
    StatusUpdateEventArgs^ e
)
/** @delegate */
public delegate void StatusUpdateEventHandler (
    Object sender, 
    StatusUpdateEventArgs e
)

Parameters

Remarks

Delegate for handling StatusUpdateEvent events.

See Also

Reference

Microsoft.PointOfService Namespace