GrapeCity MultiRow Windows Forms Documentation
DropDownItemNeededEventArgs Constructor


The filter value.
The default drop down item value.
Initializes a new instance of the DropDownItemNeededEventArgs class.
Syntax
Public Function New( _
   ByVal filterValue As Object, _
   ByVal item As DropDownCustomFilterItem _
)
Dim filterValue As Object
Dim item As DropDownCustomFilterItem
 
Dim instance As New DropDownItemNeededEventArgs(filterValue, item)
public DropDownItemNeededEventArgs( 
   object filterValue,
   DropDownCustomFilterItem item
)

Parameters

filterValue
The filter value.
item
The default drop down item value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownItemNeededEventArgs Class
DropDownItemNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.