[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownOpeningEventArgs.-ctor

DropDownOpeningEventArgs Constructor

DropDownOpeningEventArgs()

Initializes a new instance of the DropDownOpeningEventArgs class.

Declaration
public DropDownOpeningEventArgs()
Public Sub New()

DropDownOpeningEventArgs(bool)

Initializes a new instance of the DropDownOpeningEventArgs class.

Declaration
public DropDownOpeningEventArgs(bool syncData)
Public Sub New(syncData As Boolean)
Parameters
Type Name Description
bool syncData

A bool value, if set to true synchronizes the value to the drop-down control.