Delegate SpellingFormShowingEventHandler
Represents a method that will handle the SpellingFormShowing event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public delegate void SpellingFormShowingEventHandler(object sender, SpellingFormShowingEventArgs e);
Parameters
System.
|
Spelling An instance of Spelling |
Constructors
SpellingFormShowingEventHandler(Object, IntPtr)
Declaration
public SpellingFormShowingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, SpellingFormShowingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SpellingFormShowingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Spelling
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, SpellingFormShowingEventArgs)
Declaration
public virtual void Invoke(object sender, SpellingFormShowingEventArgs e)
Parameters
System.
|
Spelling
|