You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a TeachingTip control in a C# WinUI3 desktop app. It mostly works OK, but I don't seem to see any event that is triggered when the control has opened (loaded) or is opening.
The control properties let me add an OnLoaded event, but that is not being triggered.
Would appreciate any pointers on adding such a handler. I note that the only listed supported events for this control are: ActionButtonClick, CloseButtonClick, Closed and Closing.
This discussion was converted from issue #7159 on July 22, 2022 21:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello -
I am using a TeachingTip control in a C# WinUI3 desktop app. It mostly works OK, but I don't seem to see any event that is triggered when the control has opened (loaded) or is opening.
The control properties let me add an OnLoaded event, but that is not being triggered.
Would appreciate any pointers on adding such a handler. I note that the only listed supported events for this control are: ActionButtonClick, CloseButtonClick, Closed and Closing.
Thanks very much.
Beta Was this translation helpful? Give feedback.
All reactions