DK11 for .NET | TatukGIS.NDK.TGIS_EditorPointChangeEvent | Enums | Classes | Interfaces | Delegates | Records | Types
Event called on an editing point change.
Available also on: Java.
// C# public delegate void TGIS_EditorPointChangeEvent( Object _sender, TGIS_EditorPointChangeEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_EditorPointChangeEvent( ByVal _sender As Object, ByVal _e As TGIS_EditorPointChangeEventArgs )
// Oxygene type TGIS_EditorPointChangeEvent = public procedure ( _sender : Object; _e : TGIS_EditorPointChangeEventArgs );
Name | Type | Description |
---|---|---|
_sender | Object | who rises the event |
_e | TGIS_EditorPointChangeEventArgs | TGIS_EditorPointChangeEvent arguments |