menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownClosingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownClosingEventArgs

    Provides data about the event.

    Inheritance
    System.Object
    DropDownClosingEventArgs
    Namespace: Syncfusion.WinForms.ListView.Events
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class DropDownClosingEventArgs : CancelEventArgs

    Constructors

    DropDownClosingEventArgs(PopupCloseAction)

    Initializes a new instance of the DropDownClosingEventArgs class.

    Declaration
    public DropDownClosingEventArgs(PopupCloseAction dropDownCloseAction)
    Parameters
    Type Name Description
    PopupCloseAction dropDownCloseAction

    drop down closed type

    Properties

    DropDownCloseAction

    Gets or sets the type of the drop down closing.

    Declaration
    public PopupCloseAction DropDownCloseAction { get; set; }
    Property Value
    Type
    PopupCloseAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved