MajMcCloud / TelegramBotFramework

This is a context based application framework for the C# TelegramBot library.
https://www.t.me/tgbotbase
MIT License
153 stars 42 forks source link

What different between Init and Opened event? #41

Closed bretbas closed 1 year ago

bretbas commented 1 year ago

So, what different between Init and Opened events in the Form? I didn't find explation in documentation

MajMcCloud commented 1 year ago

The difference is the time when they are called. On normal navigation both called behind each other. When using the NavigationController Opened can be called multiple times push/pop navigation.