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

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
void IPostBackEventHandler.RaisePostBackEvent(
	string eventArgument
)
Visual Basic (Declaration)
Private Sub RaisePostBackEvent ( _
	eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent

Parameters

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

Implements

IPostBackEventHandler..::..RaisePostBackEvent(String)

See Also