User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_editorpointchangeevent_object_tgis_editorpointchangeeventargs

Table of Contents

TGIS_EditorPointChangeEvent delegate

DK11 for Java | tatukgis.jdk.TGIS_EditorPointChangeEvent | Enums | Classes | Interfaces | Delegates | Types

Event called on an editing point change.

Available also on: .NET.

Syntax

// Java
public abstract interface TGIS_EditorPointChangeEvent{
  public  abstract Invoke (
  java.lang.Object _sender,
  TGIS_EditorPointChangeEventArgs _e
);
}
// Oxygene
type
  TGIS_EditorPointChangeEvent = public procedure (
    _sender : Object;
    _e : TGIS_EditorPointChangeEventArgs
  );

Parameters

Name Type Description
_sender java.lang.Object
Object
who rises the event
_e TGIS_EditorPointChangeEventArgs TGIS_EditorPointChangeEvent arguments
2020/05/07 01:15

Page Tools