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
Protected Class PageApplyEventArgs _
Inherits EventArgs
Dim instance As 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.