Infragistics(R) NetAdvantage(R) Windows Forms
OnMouseClick Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > UltraPanelClientArea Class : OnMouseClick Method

e
The event args which contains event data.
Occurs when the control is clicked.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnMouseClick( _
   ByVal e As MouseEventArgs _
) 
C# 
protected override void OnMouseClick( 
   MouseEventArgs e
)

Parameters

e
The event args which contains event data.

See Also