dbicMonth Send comments on this topic.
HelpRequested Event
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : HelpRequested Event

Occurs when the user requests help for a control.

Syntax

Visual Basic (Declaration) 
Public Event HelpRequested As HelpEventHandler
C# 
public event HelpEventHandler HelpRequested

Event Data

The event handler receives an argument of type HelpEventArgs containing data related to this event. The following HelpEventArgs properties provide information specific to this event.

PropertyDescription
Handled Gets or sets a value indicating whether the help event was handled.
MousePos Gets the screen coordinates of the mouse pointer.

Requirements

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

See Also