C# Class Signum.Windows.ProgressWindow

Inheritance: System.Windows.Window
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
MessageProperty System.Windows.DependencyProperty

Public Methods

Method Description
ProgressWindow ( ) : System
Wait ( string title, string message, System.Action backgroundThread, System.Action endAction = null ) : void

Private Methods

Method Description
Window_Closing ( object sender, System e ) : void

Method Details

ProgressWindow() public method

public ProgressWindow ( ) : System
return System

Wait() public static method

public static Wait ( string title, string message, System.Action backgroundThread, System.Action endAction = null ) : void
title string
message string
backgroundThread System.Action
endAction System.Action
return void

Property Details

MessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows MessageProperty
return System.Windows.DependencyProperty