Spread Windows Forms 12.0 Product Documentation
DropDownClosingEventArgs Constructor(Boolean,Object)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownClosingEventArgs Class > DropDownClosingEventArgs Constructor : DropDownClosingEventArgs Constructor(Boolean,Object)
A bool value, if set to true, the data is synchronized to the owner control; otherwise, false.
An object that indicates the value from the drop-down dialog.
Initializes a new instance of the DropDownClosingEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal syncData As Boolean, _
   ByVal value As Object _
)
'Usage
 
Dim syncData As Boolean
Dim value As Object
 
Dim instance As New DropDownClosingEventArgs(syncData, value)
public DropDownClosingEventArgs( 
   bool syncData,
   object value
)

Parameters

syncData
A bool value, if set to true, the data is synchronized to the owner control; otherwise, false.
value
An object that indicates the value from the drop-down dialog.
See Also

Reference

DropDownClosingEventArgs Class
DropDownClosingEventArgs Members
Overload List