Class DropDownOpeningEventArgs
Provides data about the
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 |
---|
System.Drawing.Point |
Size
Gets or sets the size of the drop down container.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |