C# Class ThoughtWorks.VisualStudio.SettingsViewControl

Interaction logic for SettingsViewControl.xaml
Mostrar archivo Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Private Properties

Property Type Description
AllSettingsHaveData bool
ButtonSaveClick void
ExpandMingleNotice void
OnAnyTextChanged void
OnButtonCloseClick void
OnButtonMingleLinkClick void
OnButtonSaveMouseEnter void
OnButtonSaveMouseLeave void
OnWindowInitialized void

Public Methods

Method Description
SettingsViewControl ( ) : System

Constructs a SettingsViewControl

This is a XAML form.

Private Methods

Method Description
AllSettingsHaveData ( ) : bool
ButtonSaveClick ( object sender, RoutedEventArgs e ) : void

Save changes to Settings and close the form.

ExpandMingleNotice ( ) : void
OnAnyTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Fires when any text changes on the form.

OnButtonCloseClick ( object sender, RoutedEventArgs e ) : void

Close the Form. If there are unsaved Settings ask user if they need to be saved.

OnButtonMingleLinkClick ( object sender, RoutedEventArgs e ) : void
OnButtonSaveMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Fired when the pointer moves over the Save button

OnButtonSaveMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Fired when the pointer leaves the Save button

OnWindowInitialized ( object sender, EventArgs e ) : void

Method Details

SettingsViewControl() public method

Constructs a SettingsViewControl
This is a XAML form.
public SettingsViewControl ( ) : System
return System