DK11 for .NET | TatukGIS.NDK.TGIS_PaintEvent | Enums | Classes | Interfaces | Delegates | Records | Types
Event handler for file BeforePaint/AfterPaint events.
Available also on: Java.
// C# public delegate void TGIS_PaintEvent( Object _sender, TGIS_PaintEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_PaintEvent( ByVal _sender As Object, ByVal _e As TGIS_PaintEventArgs )
// Oxygene type TGIS_PaintEvent = public procedure ( _sender : Object; _e : TGIS_PaintEventArgs );
Name | Type | Description |
---|---|---|
_sender | Object | event originator |
_e | TGIS_PaintEventArgs | event data |