User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.CursorCloseEvent event

DK for .NET | TatukGIS.NDK.TGIS_LayerVector.CursorCloseEvent | Constructors | Fields | Methods | Properties | Events

CursorClose event. Will be fired upon cursor close.

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

Syntax

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

Value

2025/01/31 01:13

Page Tools