HtmlAnchor::RaisePostBackEvent Method (String^)
.NET Framework (current version)
Raises events for the HtmlAnchor control when it posts back to the server.
Assembly: System.Web (in System.Web.dll)
Parameters
- eventArgument
-
Type:
System::String^
The argument for the event.
The RaisePostBackEvent method is used by the HtmlAnchor control, when it is clicked, to raise a ServerClick event.
This method is used primarily by control developers extending the functionality of the HtmlAnchor control.
.NET Framework
Available since 2.0
Available since 2.0
Show: