RaisePostBackEvent Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Method of IPostBackEventHandler that raises the ClickOK event.

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

Syntax

C#
public virtual void RaisePostBackEvent(
	string eventArgument
)
Visual Basic
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