menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate ContextPromptSelectionChangedEventHandler - API Reference

    Show / Hide Table of Contents

    Delegate ContextPromptSelectionChangedEventHandler

    Represents the method that will handle the ContextPromptSelectionChanged event of the EditControl control.

    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public delegate void ContextPromptSelectionChangedEventHandler(ContextPrompt sender, ContextPromptSelectionChangedEventArgs e);
    Parameters
    Type Name Description
    ContextPrompt sender
    ContextPromptSelectionChangedEventArgs e

    Constructors

    ContextPromptSelectionChangedEventHandler(Object, IntPtr)

    Declaration
    public ContextPromptSelectionChangedEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(ContextPrompt, ContextPromptSelectionChangedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ContextPrompt sender, ContextPromptSelectionChangedEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ContextPrompt sender
    ContextPromptSelectionChangedEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(ContextPrompt, ContextPromptSelectionChangedEventArgs)

    Declaration
    public virtual void Invoke(ContextPrompt sender, ContextPromptSelectionChangedEventArgs e)
    Parameters
    Type Name Description
    ContextPrompt sender
    ContextPromptSelectionChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved