menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpellCheckClientSideEventsBuilder

    Show / Hide Table of Contents

    Class SpellCheckClientSideEventsBuilder

    Inheritance
    System.Object
    SpellCheckClientSideEventsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpellCheckClientSideEventsBuilder

    Constructors

    SpellCheckClientSideEventsBuilder(SpellCheckProperties)

    Declaration
    public SpellCheckClientSideEventsBuilder(SpellCheckProperties spellCheckProp)
    Parameters
    Type Name Description
    SpellCheckProperties spellCheckProp

    Methods

    ActionBegin(String)

    Triggers on the AJAX call request beginning

    Declaration
    public SpellCheckClientSideEventsBuilder ActionBegin(string actionBegin)
    Parameters
    Type Name Description
    System.String actionBegin
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    ActionFailure(String)

    Triggers when the AJAX call request failure

    Declaration
    public SpellCheckClientSideEventsBuilder ActionFailure(string actionFailure)
    Parameters
    Type Name Description
    System.String actionFailure
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    ActionSuccess(String)

    Triggers on the success of AJAX call request

    Declaration
    public SpellCheckClientSideEventsBuilder ActionSuccess(string actionSuccess)
    Parameters
    Type Name Description
    System.String actionSuccess
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    Complete(String)

    Triggers when the spell check operations completed through dialog mode

    Declaration
    public SpellCheckClientSideEventsBuilder Complete(string complete)
    Parameters
    Type Name Description
    System.String complete
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    ContextClick(String)

    Triggers when the context menu item clicked

    Declaration
    public SpellCheckClientSideEventsBuilder ContextClick(string contextClick)
    Parameters
    Type Name Description
    System.String contextClick
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    ContextOpen(String)

    Triggers before context menu opening

    Declaration
    public SpellCheckClientSideEventsBuilder ContextOpen(string contextOpen)
    Parameters
    Type Name Description
    System.String contextOpen
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    DialogBeforeOpen(String)

    Triggers before the spell check dialog opens

    Declaration
    public SpellCheckClientSideEventsBuilder DialogBeforeOpen(string dialogBeforeOpen)
    Parameters
    Type Name Description
    System.String dialogBeforeOpen
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    DialogClose(String)

    Triggers when the spell check dialog closed

    Declaration
    public SpellCheckClientSideEventsBuilder DialogClose(string dialogClose)
    Parameters
    Type Name Description
    System.String dialogClose
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    DialogOpen(String)

    Triggers after the spell check dialog opens

    Declaration
    public SpellCheckClientSideEventsBuilder DialogOpen(string dialogOpen)
    Parameters
    Type Name Description
    System.String dialogOpen
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    Start(String)

    Triggers when the dialog mode spell check starting

    Declaration
    public SpellCheckClientSideEventsBuilder Start(string start)
    Parameters
    Type Name Description
    System.String start
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    TargetUpdating(String)

    Triggers when the spell check control target updated in the dialod mode

    Declaration
    public SpellCheckClientSideEventsBuilder TargetUpdating(string targetUpdating)
    Parameters
    Type Name Description
    System.String targetUpdating
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder

    Validating(String)

    Triggers when the spell check control performing the spell check operations such as ignore, ignoreAll, change, changeAll and addToDictionary

    Declaration
    public SpellCheckClientSideEventsBuilder Validating(string validating)
    Parameters
    Type Name Description
    System.String validating
    Returns
    Type Description
    SpellCheckClientSideEventsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved