DK11 for Java | tatukgis.jdk.TGIS_PaintExceptionEvent | Enums | Classes | Interfaces | Delegates | Types
Standard event for exception.
Available also on: .NET.
// Java public abstract interface TGIS_PaintExceptionEvent{ public abstract Invoke ( java.lang.Object _sender, TGIS_PaintExceptionEventArgs _e ); }
// Oxygene type TGIS_PaintExceptionEvent = public procedure ( _sender : Object; _e : TGIS_PaintExceptionEventArgs );
Name | Type | Description |
---|---|---|
_sender | java.lang.Object Object | who raises the event |
_e | TGIS_PaintExceptionEventArgs | paint exception |