UltimateSpell Class Library |
UltimateSpell..::..RaisePostBackEvent Method |
UltimateSpell Class See Also Send Feedback |
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