UltimateSpell Events

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image

The UltimateSpell type exposes the following members.

Events

  NameDescription
Public eventClickOK
Raised when the user clicks the OK button on the spell check dialog box.

You have to set the PostBackOnOK property to True to let the control postback to server.

In VS.NET, you can double-click the Spell Check button to generate the event handler method automatically.

If you don't use VS.NET, you will need to edit the event handler method as in the example code for the ClickOK Event.

See Also