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