UltimateSpell Class Library

UltimateSpell.ClickOKEventHandler Delegate

Declares the ClickOK event handler delegate.

[Visual Basic]
Public Delegate Sub UltimateSpell.ClickOKEventHandler( _
   ByVal sender As Object, _
   ByVal e As ClickOKEventArgs _
)
[C#]
public delegate void UltimateSpell.ClickOKEventHandler(
   object sender,
   ClickOKEventArgs e
);

Requirements

Namespace: Karamasoft.WebControls.UltimateSpell

Assembly: UltimateSpell (in UltimateSpell.dll)

See Also

Karamasoft.WebControls.UltimateSpell Namespace