Revision Difference
DLabel:OnToggled#528701
<function name="OnToggled" parent="DLabel" type="panelfunc">⤶
<function name="OnToggled" parent="DLabel" type="panelhook">⤶
<ispanel>yes</ispanel>
<description>
Called when the toggle state of the label is changed by <page>DLabel:Toggle</page>.
In order to use toggle functionality, you must first call <page>DLabel:SetIsToggle</page> with `true`, as it is disabled by default.
</description>
<realm>Client</realm>
<args>
<arg name="toggleState" type="boolean">The new toggle state.</arg>
</args>
</function>