Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / DoMouseDown Method
Object that raised the event
Event arguments


In This Topic
DoMouseDown Method (ElementContainerControl)
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overridable Sub DoMouseDown( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As ElementContainerControl
Dim sender As Object
Dim e As MouseEventArgs
 
instance.DoMouseDown(sender, e)

Parameters

sender
Object that raised the event
e
Event arguments
See Also