Spread Windows Forms 15.0
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.


In This Topic
    DropDownClosingEventArgs Constructor(Boolean,Object)
    In This Topic
    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