OnDoubleClick Method (NavElement)
In This Topic
Called by the host control when the user double-clicks this
C1.Framework.Element.
Syntax
'Declaration
Public Overrides Sub OnDoubleClick( _
ByVal As EventArgs _
)
public override void OnDoubleClick(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also