dbicExplorerBar Send comments on this topic.
MouseEvents Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ItemClickEventArgs Class : MouseEvents Property

The MouseEventArgs that occur when the Item is clicked.

Syntax

Visual Basic (Declaration) 
Public Property MouseEvents As MouseEventArgs
C# 
public MouseEventArgs MouseEvents {get; set;}

Property Value

MouseEventArgs

Requirements

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

See Also