TIWCGJQTooltipOptions.OnAfterShown Property

It sets a callback function to execute when Bubble Popup is opened; You can set it as$(‘.button’).CreateBubblePopup({innerHtml: ‘This is a Bubble Popup!’,afterShown: function(){alert(‘Bubble Popup is open!’);}});

Namespace: IWCGJQTooltip
published
 property OnAfterShown: TIWCGJSonFunc index 24 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value