ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : FieldListDrawItem Event |
'Declaration Public Event FieldListDrawItem As FieldListDrawItemEventHandler
'Usage Dim instance As QueryBuilder Dim handler As FieldListDrawItemEventHandler AddHandler instance.FieldListDrawItem, handler
public event FieldListDrawItemEventHandler FieldListDrawItem
public: __event FieldListDrawItemEventHandler* FieldListDrawItem
You can use this event to perform the tasks needed to draw items in the DataSource Field List.
It contains all the information that is needed for the user to paint the specified item, including the MetadataField, the Rectangle, and the Graphics on which the drawing should be done. The state parameter specifies the state of an item that is being drawn.
Set the handled parameter to true to indicate that the event was handled.