C# Class GitScc.Blinkbox.Options.BlinkboxOptionsPage

Inheritance: Microsoft.VisualStudio.Shell.DialogPage
Datei anzeigen Open project: blinkbox/Git-Source-Control-Provider

Private Properties

Property Type Description

Protected Methods

Method 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 method

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. ///
return void

OnApply() protected method

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. ///
return void

OnClosed() protected method

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

OnDeactivate() protected method

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. ///
return void