C# Class GitScc.Blinkbox.Options.BlinkboxOptionsPage

Inheritance: Microsoft.VisualStudio.Shell.DialogPage
Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
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.

Method Details

OnActivate() protected méthode

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. ///
Résultat void

OnApply() protected méthode

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. ///
Résultat void

OnClosed() protected méthode

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

OnDeactivate() protected méthode

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. ///
Résultat void