C# Class Gymnastika.Controls.Behaviors.CloseWindowBehavior

Mostrar archivo Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
CloseConditionProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCloseCondition ( Window obj ) : bool
SetCloseCondition ( Window obj, bool value ) : void

Private Methods

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

Method Details

GetCloseCondition() public static method

public static GetCloseCondition ( Window obj ) : bool
obj System.Windows.Window
return bool

SetCloseCondition() public static method

public static SetCloseCondition ( Window obj, bool value ) : void
obj System.Windows.Window
value bool
return void

Property Details

CloseConditionProperty public_oe static_oe property

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