C# Класс GitScc.Blinkbox.Options.BlinkboxOptionsPage

Наследование: Microsoft.VisualStudio.Shell.DialogPage
Показать файл Открыть проект

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