DialogPage.ApplyKind Enumeration

 

An enumeration that describes dialog page apply behavior.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum ApplyKind

Member nameDescription
Apply

Allows the changes to be applied

Cancel

Cancels the apply event and navigates to the page cancelling the event.

CancelNoNavigate

Cancels the apply event and returns the active page, not the page canceling the event.

Allows the OnApply event to be canceled with optional navigation instructions.

Return to top
Show: