Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpClosingEventArgs Class / PopUpClosingEventArgs Constructor / PopUpClosingEventArgs Constructor(Boolean,Object)
A bool value if set to true [sync data].
An object indicates the value from the drop down dialog.


In This Topic
    PopUpClosingEventArgs Constructor(Boolean,Object)
    In This Topic
    Initializes a new instance of the PopUpClosingEventArgs 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 PopUpClosingEventArgs(syncData, value)
    public PopUpClosingEventArgs( 
       bool syncData,
       object value
    )

    Parameters

    syncData
    A bool value if set to true [sync data].
    value
    An object indicates the value from the drop down dialog.
    See Also