DK for .NET | TatukGIS.NDK.TGIS_ShapeEvent | Enums | Classes | Interfaces | Delegates | Records | Types
Delegate for ShapeEvent.
Available also on: Java.
// C# public delegate void TGIS_ShapeEvent( Object _sender, TGIS_ShapeEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_ShapeEvent( ByVal _sender As Object, ByVal _e As TGIS_ShapeEventArgs )
// Oxygene type TGIS_ShapeEvent = public procedure ( _sender : Object; _e : TGIS_ShapeEventArgs );
Name | Type | Description |
---|---|---|
_sender | Object | sender object |
_e | TGIS_ShapeEventArgs | event object |