Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the PreRender event.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected override void OnPreRender(
EventArgs e
)
protected:
virtual void OnPreRender(
EventArgs^ e
) override
Protected Overrides Sub OnPreRender (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event arguments.
See Also
Gadget Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top