A Handler object provides access to a single WinWrap Basic Sub or Function.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic interface IHandler
Public Interface IHandler
public interface class IHandler
The IHandler type exposes the following members.
Properties
Methods
Remarks
If you don't define the
DoEvents event
your application won't allow user input while Basic code is executing.
Any break point, unhandled error or Stop instruction
during a
Handler call will freeze the application permanently.
WWB.NET: Connecting a Sub/Function to a handler requires the Handles keyword.
See Also