Share via


StrokesEventArgs.StrokesEventArgs Constructor

StrokesEventArgs.StrokesEventArgs Constructor

Initializes a new instance of the StrokesEventArgs class.

Definition

Visual Basic .NET Public Sub StrokesEventArgs( _
ByVal ids() As Integer _
)
C# public StrokesEventArgs(
int[] ids
);
Managed C++ public: StrokesEventArgs(
int *ids __gc[]
);

Parameters

ids System.Int32[]. The integer array of Id properties for all of the Stroke objects that changed.

See Also