WpfApplication
Class
Definition
Namespace:ArtOfTest.WebAii.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class WpfApplication
Inheritance: objectWpfApplication
Properties
C#
public string AppFileName { get; }
C#
public WpfWindow MainWindow { get; }
C#
public bool QuitOnDetach { get; set; }
Methods
C#
public void Detach()
C#
public void Quit()
Events
C#
public event EventHandler<GenericEventArgs<WpfWindow>> NewWindow