C# Class WpfDataUi.Controls.FileSelectionDisplay

Interaction logic for FileSelectionDisplay.xaml
Inheritance: System.Windows.Controls.UserControl, IDataUi
Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
FileSelectionDisplay ( ) : Microsoft.Win32
Refresh ( ) : void
TryGetValueOnUi ( object &value ) : ApplyValueResult
TrySetValueOnUi ( object valueOnInstance ) : ApplyValueResult

Private Methods

Method Description
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
HandlePropertyChange ( object sender, PropertyChangedEventArgs e ) : void
TextBox_LostFocus_1 ( object sender, RoutedEventArgs e ) : void

Method Details

FileSelectionDisplay() public method

public FileSelectionDisplay ( ) : Microsoft.Win32
return Microsoft.Win32

Refresh() public method

public Refresh ( ) : void
return void

TryGetValueOnUi() public method

public TryGetValueOnUi ( object &value ) : ApplyValueResult
value object
return ApplyValueResult

TrySetValueOnUi() public method

public TrySetValueOnUi ( object valueOnInstance ) : ApplyValueResult
valueOnInstance object
return ApplyValueResult