Handles the DoubleClick event. Derived classes overriding this method should call base.OnDoubleClick
to ensure the SFMap control handles the event correctly
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnDoubleClick ( _ e As EventArgs _ ) |
| C# |
|---|
protected override void OnDoubleClick( EventArgs e ) |
| Visual C++ |
|---|
protected: virtual void OnDoubleClick( EventArgs^ e ) override |
Parameters
- e
- Type: System..::.EventArgs