User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_paintexceptionevent_object_tgis_paintexceptioneventargs

Table of Contents

TGIS_PaintExceptionEvent delegate

DK11 for Java | tatukgis.jdk.TGIS_PaintExceptionEvent | Enums | Classes | Interfaces | Delegates | Types

Standard event for exception.

Available also on: .NET.

Syntax

// 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
  );

Parameters

Name Type Description
_sender java.lang.Object
Object
who raises the event
_e TGIS_PaintExceptionEventArgs paint exception
2017/09/04 11:23

Page Tools