DK11 for .NET | TatukGIS.NDK.TGIS_PaintExceptionEvent | Enums | Classes | Interfaces | Delegates | Records | Types
Standard event for exception.
Available also on: Java.
// C# public delegate void TGIS_PaintExceptionEvent( Object _sender, TGIS_PaintExceptionEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_PaintExceptionEvent( ByVal _sender As Object, ByVal _e As TGIS_PaintExceptionEventArgs )
// Oxygene type TGIS_PaintExceptionEvent = public procedure ( _sender : Object; _e : TGIS_PaintExceptionEventArgs );
Name | Type | Description |
---|---|---|
_sender | Object | who raises the event |
_e | TGIS_PaintExceptionEventArgs | paint exception |