Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpOpeningEventArgs Class / PopUpOpeningEventArgs Constructor / PopUpOpeningEventArgs Constructor(Boolean)
A bool value if set to true we should synchronize the value to the drop down control.


In This Topic
    PopUpOpeningEventArgs Constructor(Boolean)
    In This Topic
    Initializes a new instance of the PopUpOpeningEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal syncData As Boolean _
    )
    'Usage
     
    
    Dim syncData As Boolean
     
    Dim instance As New PopUpOpeningEventArgs(syncData)
    public PopUpOpeningEventArgs( 
       bool syncData
    )

    Parameters

    syncData
    A bool value if set to true we should synchronize the value to the drop down control.
    See Also