App MembersVis2 NodeTrix CodeDokumentation

The App type exposes the following members.
Constructors

  NameDescription
Public methodApp
Initializes a new instance of the App class
Back to Top
Methods

  NameDescription
Public methodOnlineCheckAccess
Determines whether the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFindResource
Searches for a user interface (UI) resource, such as a OnlineStyle or OnlineBrush, with the specified key, and throws an exception if the requested resource is not found (see Resources Overview).
(Inherited from OnlineApplication.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInitializeComponent
InitializeComponent
Public methodStatic memberMain
Application Entry Point.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineOnActivated
Raises the OnlineActivated event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnDeactivated
Raises the OnlineDeactivated event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnExit
Raises the OnlineExit event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnFragmentNavigation
Raises the OnlineFragmentNavigation event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnLoadCompleted
Raises the OnlineLoadCompleted event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigated
Raises the OnlineNavigated event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigating
Raises the OnlineNavigating event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigationFailed
Raises the OnlineNavigationFailed event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigationProgress
Raises the OnlineNavigationProgress event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigationStopped
Raises the OnlineNavigationStopped event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnSessionEnding
Raises the OnlineSessionEnding event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnStartup
Raises the OnlineStartup event.
(Inherited from OnlineApplication.)
Public methodOnlineRun 
Starts a Windows Presentation Foundation (WPF) application.
(Inherited from OnlineApplication.)
Public methodOnlineRun(Window)
Starts a Windows Presentation Foundation (WPF) application and opens the specified window.
(Inherited from OnlineApplication.)
Public methodOnlineShutdown 
Shuts down an application.
(Inherited from OnlineApplication.)
Public methodOnlineShutdown(Int32)
Shuts down an application that returns the specified exit code to the operating system.
(Inherited from OnlineApplication.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineTryFindResource
Searches for the specified resource.
(Inherited from OnlineApplication.)
Public methodOnlineVerifyAccess
Enforces that the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Back to Top
Properties

  NameDescription
Public propertyOnlineDispatcher
Gets the OnlineDispatcher this OnlineDispatcherObject is associated with.
(Inherited from OnlineDispatcherObject.)
Public propertyOnlineMainWindow
Gets or sets the main window of the application.
(Inherited from OnlineApplication.)
Public propertyOnlineProperties
Gets a collection of application-scope properties.
(Inherited from OnlineApplication.)
Public propertyOnlineResources
Gets or sets a collection of application-scope resources, such as styles and brushes.
(Inherited from OnlineApplication.)
Public propertyOnlineShutdownMode
Gets or sets the condition that causes the OnlineShutdown  method to be called.
(Inherited from OnlineApplication.)
Public propertyOnlineStartupUri
Gets or sets a UI that is automatically shown when an application starts.
(Inherited from OnlineApplication.)
Public propertyOnlineWindows
Gets the instantiated windows in an application.
(Inherited from OnlineApplication.)
Back to Top
Events

  NameDescription
Public eventOnlineActivated
Occurs when an application becomes the foreground application.
(Inherited from OnlineApplication.)
Public eventOnlineDeactivated
Occurs when an application stops being the foreground application.
(Inherited from OnlineApplication.)
Public eventOnlineDispatcherUnhandledException
Occurs when an exception is thrown by an application but not handled.
(Inherited from OnlineApplication.)
Public eventOnlineExit
Occurs just before an application shuts down, and cannot be canceled.
(Inherited from OnlineApplication.)
Public eventOnlineFragmentNavigation
Occurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content.
(Inherited from OnlineApplication.)
Public eventOnlineLoadCompleted
Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering.
(Inherited from OnlineApplication.)
Public eventOnlineNavigated
Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading.
(Inherited from OnlineApplication.)
Public eventOnlineNavigating
Occurs when a new navigation is requested by a navigator in the application.
(Inherited from OnlineApplication.)
Public eventOnlineNavigationFailed
Occurs when an error occurs while a navigator in the application is navigating to the requested content.
(Inherited from OnlineApplication.)
Public eventOnlineNavigationProgress
Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information.
(Inherited from OnlineApplication.)
Public eventOnlineNavigationStopped
Occurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress.
(Inherited from OnlineApplication.)
Public eventOnlineSessionEnding
Occurs when the user ends the Windows session by logging off or shutting down the operating system.
(Inherited from OnlineApplication.)
Public eventOnlineStartup (Inherited from OnlineApplication.)
Back to Top
See Also