Share via


TransitionEventHandler Delegate (POS for .NET v1.14 SDK Documentation)

3/2/2014

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

Syntax

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

Parameters

  • sender
  • e

See Also

Reference

Microsoft.PointOfService Namespace