Click or drag to resize

TemplatedDropDownListRaisePostBackEvent Method

Enables a server control to process an event raised when a form is posted to the server.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: SystemString
A String that represents an optional event argument to be passed to the event handler.
Remarks