C# Class TailBlazer.Infrastucture.WindowAssist

显示文件 Open project: RolandPheasant/TailBlazer

Public Properties

Property Type Description
ApplicationClosingProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetApplicationClosing ( Window element ) : ApplicationExitingDelegate
OnClosingDelegateSet ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SetApplicationClosing ( Window element, ApplicationExitingDelegate value ) : void

Method Details

GetApplicationClosing() public static method

public static GetApplicationClosing ( Window element ) : ApplicationExitingDelegate
element System.Windows.Window
return ApplicationExitingDelegate

OnClosingDelegateSet() public static method

public static OnClosingDelegateSet ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
sender System.Windows.DependencyObject
args System.Windows.DependencyPropertyChangedEventArgs
return void

SetApplicationClosing() public static method

public static SetApplicationClosing ( Window element, ApplicationExitingDelegate value ) : void
element System.Windows.Window
value ApplicationExitingDelegate
return void

Property Details

ApplicationClosingProperty public_oe static_oe property

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