[]
        
(Showing Draft Content)

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

PopUpClosingEventArgs Constructor

PopUpClosingEventArgs()

Initializes the instance of PopUpClosingEventArgs.

Declaration
public PopUpClosingEventArgs()
Public Sub New()

PopUpClosingEventArgs(bool, object)

Initializes a new instance of the PopUpClosingEventArgs class.

Declaration
public PopUpClosingEventArgs(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 [sync data].

object value

An object indicates the value from the drop down dialog.