DK11 for Java | tatukgis.jdk.TGIS_EditorPointChangeEvent | Enums | Classes | Interfaces | Delegates | Types
Event called on an editing point change.
Available also on: .NET.
// 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 );
Name | Type | Description |
---|---|---|
_sender | java.lang.Object Object | who rises the event |
_e | TGIS_EditorPointChangeEventArgs | TGIS_EditorPointChangeEvent arguments |