WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownOpeningEventArgs - WindowsForms API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class DropDownOpeningEventArgs

    Provides data about the event.

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

    Constructors

    DropDownOpeningEventArgs(Point, Size)

    Initializes a new instance of the DropDownOpeningEventArgs class.

    Declaration
    public DropDownOpeningEventArgs(Point location, Size size)
    Parameters
    Type Name Description
    System.Drawing.Point location

    The location of the drop down container.

    System.Drawing.Size size

    The Size of the drop down container.

    Properties

    Location

    Gets or sets the location of the drop down container.

    Declaration
    public Point Location { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    Size

    Gets or sets the size of the drop down container.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved