menu

WinForms

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

    Show / Hide Table of Contents

    Class DropDownClosedEventArgs

    Provides data about the event.

    Inheritance
    System.Object
    System.EventArgs
    DropDownClosedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.ListView.Events
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class DropDownClosedEventArgs : EventArgs

    Constructors

    DropDownClosedEventArgs(PopupCloseAction)

    Initializes a new instance of the DropDownClosedEventArgs class.

    Declaration
    public DropDownClosedEventArgs(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