WebTestPlugin.PostPage(Object, PostPageEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void PostPage(System::Object ^ sender, Microsoft::VisualStudio::TestTools::WebTesting::PostPageEventArgs ^ e);
public virtual void PostPage (object sender, Microsoft.VisualStudio.TestTools.WebTesting.PostPageEventArgs e);
abstract member PostPage : obj * Microsoft.VisualStudio.TestTools.WebTesting.PostPageEventArgs -> unit
override this.PostPage : obj * Microsoft.VisualStudio.TestTools.WebTesting.PostPageEventArgs -> unit
Public Overridable Sub PostPage (sender As Object, e As PostPageEventArgs)
Parameters
- sender
- Object