DialogPage.PageApplyEventArgs Class

Event arguments that allow the OnApply method to indicate how to handle the apply event.

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

Syntax

'Declaration
Protected Class PageApplyEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DialogPage.PageApplyEventArgs
protected class PageApplyEventArgs : EventArgs
protected ref class PageApplyEventArgs : public EventArgs
protected class PageApplyEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.DialogPage.PageApplyEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DialogPage.PageApplyEventArgs Members

Microsoft.VisualStudio.Shell Namespace