Responder Developer Guide
BeforeRowFilterDropDownPopulate Event


Syntax
'Declaration
 
<LocalizedDescriptionAttribute("Fired before the filter drop down is populated by the UltraGrid.")>
Public Event BeforeRowFilterDropDownPopulate As Infragistics.Win.UltraWinGrid.BeforeRowFilterDropDownPopulateEventHandler
'Usage
 
Dim instance As UltraGridSafe
Dim handler As Infragistics.Win.UltraWinGrid.BeforeRowFilterDropDownPopulateEventHandler
 
AddHandler instance.BeforeRowFilterDropDownPopulate, handler
[LocalizedDescription("Fired before the filter drop down is populated by the UltraGrid.")]
public event Infragistics.Win.UltraWinGrid.BeforeRowFilterDropDownPopulateEventHandler BeforeRowFilterDropDownPopulate
Event Data

The event handler receives an argument of type Infragistics.Win.UltraWinGrid.BeforeRowFilterDropDownPopulateEventArgs containing data related to this event. The following BeforeRowFilterDropDownPopulateEventArgs properties provide information specific to this event.

PropertyDescription
Column  
Handled  
Rows  
ValueList  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UltraGridSafe Class
UltraGridSafe Members

 

 


Send Comment