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

Returns the MouseEventArgs for the click event.

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