Share via


InkCollectorNewInAirPacketsEventArgs.InkCollectorNewInAirPacketsEventArgs Constructor

Initializes a new instance of the InkCollectorNewInAirPacketsEventArgs class.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Sub New ( _
    cursor As Cursor, _
    packetCount As Integer, _
    packetData As Integer() _
)
'Usage
Dim cursor As Cursor
Dim packetCount As Integer
Dim packetData As Integer()

Dim instance As New InkCollectorNewInAirPacketsEventArgs(cursor, packetCount, packetData)
public InkCollectorNewInAirPacketsEventArgs (
    Cursor cursor,
    int packetCount,
    int[] packetData
)
public:
InkCollectorNewInAirPacketsEventArgs (
    Cursor^ cursor, 
    int packetCount, 
    array<int>^ packetData
)
public InkCollectorNewInAirPacketsEventArgs (
    Cursor cursor, 
    int packetCount, 
    int[] packetData
)
public function InkCollectorNewInAirPacketsEventArgs (
    cursor : Cursor, 
    packetCount : int, 
    packetData : int[]
)
Not applicable.

Parameters

  • packetCount
    The number of packet collected.
  • packetData
    The packet data in raw format.

Remarks

cursor of type Cursor is the cursor used. packetCount of type is the number of packets collected. packetData is the packet data in raw format.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkCollectorNewInAirPacketsEventArgs Class
InkCollectorNewInAirPacketsEventArgs Members
Microsoft.Ink Namespace
InkCollector.NewInAirPackets