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