DialogPage.PageApplyEventArgs Class

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

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Protected Class PageApplyEventArgs _
    Inherits EventArgs
‘사용 방법
Dim instance As DialogPage.PageApplyEventArgs
protected class PageApplyEventArgs : EventArgs
protected ref class PageApplyEventArgs : public EventArgs
type PageApplyEventArgs =  
    class
        inherit EventArgs
    end
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