ActiveReports.Chart Request technical support
ChangeUICues Event
See Also 


Occurs when the focus or keyboard user interface (UI) cues change.

Syntax

Visual Basic (Declaration) 
Public Event ChangeUICues() As UICuesEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim handler As UICuesEventHandler
 
AddHandler instance.ChangeUICues, handler
C# 
public event UICuesEventHandler ChangeUICues()

See Also