ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveToggleState Class / IsToggleStateChanged Method
The toggle's ReportItemKey. I.e. the key of item which toggle something.

In This Topic
IsToggleStateChanged Method
In This Topic
Check if state of toggle item has been changed.
Syntax
'Declaration
 
Public Function IsToggleStateChanged( _
   ByVal toggleKey As ReportItemKey _
) As Boolean
 

Parameters

toggleKey
The toggle's ReportItemKey. I.e. the key of item which toggle something.
See Also