This documentation is archived and is not being maintained.
NewStrokesLoadedEventHandler Delegate
Visual Studio 2008
Represents the method that handles the NewStrokesLoaded event of an InkAnalyzer object.
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
'Declaration Public Delegate Sub NewStrokesLoadedEventHandler ( _ sender As Object, _ e As NewStrokesLoadedEventArgs _ ) 'Usage Dim instance As New NewStrokesLoadedEventHandler(AddressOf HandlerMethod)
Parameters
- sender
- Type: System.Object
The source object of this event.
- e
- Type: Microsoft.Ink.NewStrokesLoadedEventArgs
The NewStrokesLoadedEventArgs object that contains the event data.
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: