SpellingFormShowingEventHandler
Delegate
Represents a method that will handle the SpellingFormShowing event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
C#
public delegate void SpellingFormShowingEventHandler(object sender, SpellingFormShowingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, SpellingFormShowingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, SpellingFormShowingEventArgs e)