dbicExplorerBar Send comments on this topic.
FirstDraw Event
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : FirstDraw Event

The first draw event fires only once when the control is instantiated and ensures the control is fully formed. The FirstDraw event is the ideal place to code the collections and custom settings for the instance of the control.

Syntax

Visual Basic (Declaration) 
Public Event FirstDraw As dbiExplorerBar.EventFirstDrawHandler
C# 
public event dbiExplorerBar.EventFirstDrawHandler FirstDraw

Requirements

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

See Also