ESRI.ArcGIS.ADF.Local | |
OnDblClick Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseTool Class : OnDblClick Method |
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub OnDblClick() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void OnDblClick() |
Note to inheritors: Override the OnDblClick method if you need to perform some action when the
OnDblClick event is raised when the tool is active.