ActiveReports 18 .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
    public bool IsToggleStateChanged( 
       ReportItemKey toggleKey
    )

    Parameters

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