User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_paintexceptionevent_object_tgis_paintexceptioneventargs

Table of Contents

TGIS_PaintExceptionEvent delegate

DK11 for .NET | TatukGIS.NDK.TGIS_PaintExceptionEvent | Enums | Classes | Interfaces | Delegates | Records | Types

Standard event for exception.

Available also on: Java.

Syntax

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

Parameters

Name Type Description
_sender Object who raises the event
_e TGIS_PaintExceptionEventArgs paint exception
2017/09/04 11:29

Page Tools