ZennoLab Assemblies Documentation
OnWaitForUserAction Event
ZennoLab.CommandCenter Namespace > Instance Class : OnWaitForUserAction Event
Occurs when WaitForUserAction starting
Syntax
public event EventHandler<InstanceWaitForUserAction> OnWaitForUserAction
Event Data

The event handler receives an argument of type Global.Args.InstanceWaitForUserAction containing data related to this event. The following InstanceWaitForUserAction properties provide information specific to this event.

PropertyDescription
 
 
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also