Search
DropDownSelectionEventObject Constructor
See Also
 






Initializes a new instance of the class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public DropDownSelectionEventObject (
    Object source,
    List<String> list,
    String selectedValue
)

 Parameters

source

list

A list of values from drop down

selectedValue

A value selected in drop down list.

 See Also