User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.CursorAfterFetchEvent event

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

CursorAfterFetch event. This will be fired after data is fetched in CursorFirst method.

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

Syntax

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

Value

2022/11/16 01:34

Page Tools