C# 클래스 ThoughtWorks.VisualStudio.SettingsViewControl

Interaction logic for SettingsViewControl.xaml
파일 보기 프로젝트 열기: ThoughtWorksStudios/vs-connector 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AllSettingsHaveData bool
ButtonSaveClick void
ExpandMingleNotice void
OnAnyTextChanged void
OnButtonCloseClick void
OnButtonMingleLinkClick void
OnButtonSaveMouseEnter void
OnButtonSaveMouseLeave void
OnWindowInitialized void

공개 메소드들

메소드 설명
SettingsViewControl ( ) : System

Constructs a SettingsViewControl

This is a XAML form.

비공개 메소드들

메소드 설명
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

메소드 상세

SettingsViewControl() 공개 메소드

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