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