Files
docs-desktop/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/vb/Application.xaml.vb
T
2021-10-22 10:23:20 -07: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