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

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual void RaisePostBackEvent(
	string eventargs
)
Visual Basic
Public Overridable Sub RaisePostBackEvent ( _
	eventargs As String _
)

Parameters

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

Implements

IPostBackEventHandler..::..RaisePostBackEvent(String)

See Also