OnErrorDisplayed Method (C1SpellDialog)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnErrorDisplayed( _
ByVal As EventArgs _
)
protected virtual void OnErrorDisplayed(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also