[]
        
(Showing Draft Content)

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

DropDownClosingEventArgs Constructor

DropDownClosingEventArgs()

Initializes the instance of DropDownClosingEventArgs.

Declaration
public DropDownClosingEventArgs()
Public Sub New()

DropDownClosingEventArgs(bool, object)

Initializes a new instance of the DropDownClosingEventArgs class.

Declaration
public DropDownClosingEventArgs(bool syncData, object value)
Public Sub New(syncData As Boolean, value As Object)
Parameters
Type Name Description
bool syncData

A bool value, if set to true, the data is synchronized to the owner control; otherwise, false.

object value

An object that indicates the value from the drop-down dialog.