A Sandcastle Documented Class Library
App Class |
Логика взаимодействия для App.xaml
App
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsApplication
WpfUIApp
System.WindowsApplication
WpfUIApp
Namespace: WpfUI
Assembly: WpfUI (in WpfUI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class App : Application
The App type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
Dispatcher | (Inherited from DispatcherObject.) | |
MainWindow | (Inherited from Application.) | |
Properties | (Inherited from Application.) | |
Resources | (Inherited from Application.) | |
ShutdownMode | (Inherited from Application.) | |
StartupUri | (Inherited from Application.) | |
Windows | (Inherited from Application.) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindResource | (Inherited from Application.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitializeComponent |
InitializeComponent
| |
Main |
Application Entry Point.
| |
MemberwiseClone | (Inherited from Object.) | |
OnActivated | (Inherited from Application.) | |
OnDeactivated | (Inherited from Application.) | |
OnExit | (Inherited from Application.) | |
OnFragmentNavigation | (Inherited from Application.) | |
OnLoadCompleted | (Inherited from Application.) | |
OnNavigated | (Inherited from Application.) | |
OnNavigating | (Inherited from Application.) | |
OnNavigationFailed | (Inherited from Application.) | |
OnNavigationProgress | (Inherited from Application.) | |
OnNavigationStopped | (Inherited from Application.) | |
OnSessionEnding | (Inherited from Application.) | |
OnStartup | (Inherited from Application.) | |
Run | (Inherited from Application.) | |
Run(Window) | (Inherited from Application.) | |
Shutdown | (Inherited from Application.) | |
Shutdown(Int32) | (Inherited from Application.) | |
ToString | (Inherited from Object.) | |
TryFindResource | (Inherited from Application.) |
Events
Name | Description | |
---|---|---|
Activated | (Inherited from Application.) | |
Deactivated | (Inherited from Application.) | |
DispatcherUnhandledException | (Inherited from Application.) | |
Exit | (Inherited from Application.) | |
FragmentNavigation | (Inherited from Application.) | |
LoadCompleted | (Inherited from Application.) | |
Navigated | (Inherited from Application.) | |
Navigating | (Inherited from Application.) | |
NavigationFailed | (Inherited from Application.) | |
NavigationProgress | (Inherited from Application.) | |
NavigationStopped | (Inherited from Application.) | |
SessionEnding | (Inherited from Application.) | |
Startup | (Inherited from Application.) |
Remarks
[Missing <remarks> documentation for "T:WpfUI.App"]
See Also