dbicList Send comments on this topic.
FirstDraw Event
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class : FirstDraw Event

Occurs when the control is first drawn on the form, provides a convenient event to set control properties in code which is recommended to facilitate control updates.

Syntax

Visual Basic (Declaration) 
Public Event FirstDraw As EventHandler
C# 
public event EventHandler FirstDraw

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also