User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.cursorshapefetchevent

Table of Contents

TGIS_LayerVector.CursorShapeFetchEvent event

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.CursorShapeFetchEvent | Constructors | Fields | Methods | Properties | Events

CursorShapeFetch event. Will be fired after shape fetch.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public event TGIS_ShapeEvent CursorShapeFetchEvent
{
  add {}
  remove {}
}
' VisualBasic
Public Custom Event CursorShapeFetchEvent As TGIS_ShapeEvent
  AddHandler(ByVal value As TGIS_ShapeEvent)
  End AddHandler
  RemoveHandler(ByVal value As TGIS_ShapeEvent)
  End RemoveHandler
End Event
// Oxygene
public
  event CursorShapeFetchEvent : TGIS_ShapeEvent add remove;

Value

2023/10/15 01:32

Page Tools