The events of the UltimateSpell class are listed below. For a complete list of UltimateSpell class members, see the UltimateSpell Members topic.
ClickOK | 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. |
DataBinding (inherited from Control) | Occurs when the server control binds to a data source. |
Disposed (inherited from Control) | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
Init (inherited from Control) | Occurs when the server control is initialized, which is the first step in the its lifecycle. |
Load (inherited from Control) | Occurs when the server control is loaded into the Page object. |
PreRender (inherited from Control) | Occurs when the server control is about to render to its containing Page object. |
Unload (inherited from Control) | Occurs when the server control is unloaded from memory. |
UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace | UltimateSpellInclude Directory