C# Class Gilgame.SEWorkbench.Services.DialogCloser

Credit to Joe White over at stack overflow. http://stackoverflow.com/questions/501886/how-should-the-viewmodel-close-the-form
Show file Open project: gilgame/SEWorkbench

Public Properties

Property Type Description
DialogResultProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetDialogResult ( Window target, bool value ) : void

Private Methods

Method Description
DialogResultChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

SetDialogResult() public static method

public static SetDialogResult ( Window target, bool value ) : void
target System.Windows.Window
value bool
return void

Property Details

DialogResultProperty public static property

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