Files
docs-desktop/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/vb/Application.xaml.vb
T
Tris Shores c72a540a91 Content update - Dependency property callbacks and validation (user story 1878471) (#1210)
* Add article, snippets, toc, and redirects

* Minor edits

* Add code comments
2021-11-15 10:29:16 -08:00

7 lines
156 B
VB.net

Class Application
' Application-level events, such as Startup, Exit, and DispatcherUnhandledException
' can be handled in this file.
End Class