UltimateSpell Class Library

UltimateSpell.RaisePostBackEvent Method 

Method of IPostBackEventHandler that raises the ClickOK event.

[Visual Basic]
Overridable Public Sub RaisePostBackEvent( _
   ByVal eventArgument As String _
) _
    Implements IPostBackEventHandler.RaisePostBackEvent
[C#]
public virtual void RaisePostBackEvent(
   string eventArgument
);

Implements

IPostBackEventHandler.RaisePostBackEvent

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace