C# 클래스 GitScc.Blinkbox.Options.BlinkboxOptionsPage

상속: Microsoft.VisualStudio.Shell.DialogPage
파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
OnActivate ( CancelEventArgs e ) : void

This method is called when VS wants to activate this page. If the Cancel property of the event is set to true, the page is not activated.

OnApply ( PageApplyEventArgs e ) : void

This method is called when VS wants to save the user's changes then the dialog is dismissed.

OnClosed ( EventArgs e ) : void

This event is raised when the page is closed.

OnDeactivate ( CancelEventArgs e ) : void

This method is called when VS wants to deactivate this page. If true is set for the Cancel property of the event, the page is not deactivated.

메소드 상세

OnActivate() 보호된 메소드

This method is called when VS wants to activate this page. If the Cancel property of the event is set to true, the page is not activated.
protected OnActivate ( CancelEventArgs e ) : void
e CancelEventArgs /// The e. ///
리턴 void

OnApply() 보호된 메소드

This method is called when VS wants to save the user's changes then the dialog is dismissed.
protected OnApply ( PageApplyEventArgs e ) : void
e PageApplyEventArgs /// The e. ///
리턴 void

OnClosed() 보호된 메소드

This event is raised when the page is closed.
protected OnClosed ( EventArgs e ) : void
e System.EventArgs /// The e. ///
리턴 void

OnDeactivate() 보호된 메소드

This method is called when VS wants to deactivate this page. If true is set for the Cancel property of the event, the page is not deactivated.
protected OnDeactivate ( CancelEventArgs e ) : void
e CancelEventArgs /// The e. ///
리턴 void