LinkButton.RaisePostBackEvent Method (String)
.NET Framework (current version)
Raises events for the LinkButton control when it posts back to the server.
Assembly: System.Web (in System.Web.dll)
abstract RaisePostBackEvent : eventArgument:string -> unit override RaisePostBackEvent : eventArgument:string -> unit
Parameters
- eventArgument
-
Type:
System.String
The argument for the event.
This event is used internally by the LinkButton control, when it is clicked, to raise a Click event, and if defined, a Command event.
.NET Framework
Available since 2.0
Available since 2.0
Show: