C# Class Gwupe.Agent.UI.WPF.API.GwupeDisablerContext

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: gwupe/Gwupe Class Usage Examples

Public Methods

Method Description
DisableInputs ( bool disabled, String message = null ) : void
GwupeDisablerContext ( Dispatcher dispatcher, ContentPresenter disabler ) : System

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

DisableInputs() public method

public DisableInputs ( bool disabled, String message = null ) : void
disabled bool
message String
return void

GwupeDisablerContext() public method

public GwupeDisablerContext ( Dispatcher dispatcher, ContentPresenter disabler ) : System
dispatcher System.Windows.Threading.Dispatcher
disabler System.Windows.Controls.ContentPresenter
return System