DLabel:OnReleased
Example
Changes the text of the label when the hook is called.
Called when the player releases any mouse button on the label. This is always called after DLabel:OnDepressed.
This works as an alternative to PANEL:OnMouseReleased as that hook is used heavily by DLabel and overriding it will break functionality.
See also DLabel:DoClick, DLabel:DoMiddleClick, DLabel:DoRightClick and DLabel:DoDoubleClick.
Changes the text of the label when the hook is called.