WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextPromptCloseEventArgs - WindowsForms API Reference | Syncfusion ContextPromptClose event of the EditControl control. ">

    Show / Hide Table of Contents

    Class ContextPromptCloseEventArgs

    Provides data for the ContextPromptClose event of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    ContextPromptUpdateEventArgs
    ContextPromptCloseEventArgs
    Inherited Members
    ContextPromptUpdateEventArgs.AddPrompt(String, String, Image)
    ContextPromptUpdateEventArgs.AddPrompt(String, String)
    ContextPromptUpdateEventArgs.CloseForm
    ContextPromptUpdateEventArgs.List
    ContextPromptUpdateEventArgs.Dropper
    ContextPromptUpdateEventArgs.LexemBeforeDropper
    System.EventArgs.Empty
    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.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ContextPromptCloseEventArgs : ContextPromptUpdateEventArgs

    Constructors

    ContextPromptCloseEventArgs(ContextPromptCollection, Boolean, IRenderedLexem, IRenderedLexem)

    Initializes a new instance of the ContextPromptCloseEventArgs class.

    Declaration
    public ContextPromptCloseEventArgs(ContextPromptCollection list, bool canceled, IRenderedLexem dropper, IRenderedLexem lexemBeforeDropper)
    Parameters
    Type Name Description
    ContextPromptCollection list

    List of the context prompts.

    System.Boolean canceled

    True if selection was canceled by user.

    IRenderedLexem dropper

    Lexem causing context prompt to drop.

    IRenderedLexem lexemBeforeDropper

    Lexem situated before dropper (doesn't include whitespace and new lines marks).

    Fields

    Canceled

    Indicates whether the opening of the context prompt is allowed.

    Declaration
    public readonly bool Canceled
    Field Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved