WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate CheckListBox.DragCheckListBoxHandler

    Show / Hide Table of Contents

    Delegate CheckListBox.DragCheckListBoxHandler

    Represents the method that will handle the DragStart and DragEnd events.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public delegate void DragCheckListBoxHandler(object sender, DragCheckLixtBoxEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The sender contains the CheckListBox.

    DragCheckLixtBoxEventArgs e

    The DragCheckLixtBoxEventArgs that contains the event data

    Constructors

    DragCheckListBoxHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, DragCheckLixtBoxEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, DragCheckLixtBoxEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    DragCheckLixtBoxEventArgs 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(Object, DragCheckLixtBoxEventArgs)

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