Property | Type | Description |
---|
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 ( |
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.
|
protected OnActivate ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | /// The e. /// |
return | void |
protected OnApply ( PageApplyEventArgs e ) : void | ||
e | PageApplyEventArgs | /// The e. /// |
return | void |
protected OnClosed ( |
||
e | /// The e. /// | |
return | void |
protected OnDeactivate ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | /// The e. /// |
return | void |