Class sent to the event handler when the ClickOK event is fired.

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

Syntax

C#
public class ClickOKEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ClickOKEventArgs _
	Inherits EventArgs
Visual C++
public ref class ClickOKEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Karamasoft.WebControls.UltimateSpell..::.ClickOKEventArgs

See Also