Method of IPostBackEventHandler that raises the ClickOK event.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public virtual void RaisePostBackEvent(
	string eventArgument
)
Visual Basic (Declaration)
Public Overridable Sub RaisePostBackEvent ( _
	eventArgument As String _
)
Visual C++
public:
virtual void RaisePostBackEvent(
	String^ eventArgument
)

Parameters

eventArgument
Type: System..::.String

Implements

IPostBackEventHandler..::.RaisePostBackEvent(String)

See Also