KeyChanges(Boolean, Boolean, Int32[], Int32[]) Constructor

Definition

public:
 KeyChanges(bool cursorPositionChanged, bool oiaChanged, cli::array <int> ^ screenChangePositions, cli::array <int> ^ screenChangeLengths);
public KeyChanges (bool cursorPositionChanged, bool oiaChanged, int[] screenChangePositions, int[] screenChangeLengths);
new Microsoft.HostIntegration.SNA.Session.KeyChanges : bool * bool * int[] * int[] -> Microsoft.HostIntegration.SNA.Session.KeyChanges
Public Sub New (cursorPositionChanged As Boolean, oiaChanged As Boolean, screenChangePositions As Integer(), screenChangeLengths As Integer())

Parameters

cursorPositionChanged
Boolean
oiaChanged
Boolean
screenChangePositions
Int32[]
screenChangeLengths
Int32[]

Applies to