DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.TapDoubleEvent | Constructors | Fields | Methods | Properties | Events
TapDouble event. Will be fired upon double press down/up.
Available also on: Delphi FMX | ActiveX.
// C# public event TGIS_TapEvent TapDoubleEvent { add {} remove {} }
' VisualBasic Public Custom Event TapDoubleEvent As TGIS_TapEvent AddHandler(ByVal value As TGIS_TapEvent) End AddHandler RemoveHandler(ByVal value As TGIS_TapEvent) End RemoveHandler End Event
// Oxygene public event TapDoubleEvent : TGIS_TapEvent add remove;
Type |
---|
TGIS_TapEvent |