User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_paintexceptioneventargs

TGIS_PaintExceptionEventArgs class

DK11 for .NET | TatukGIS.NDK.TGIS_PaintExceptionEventArgs | Classes | Constructors | Properties

Provides data for the exception event.

Available also on: Java.

Syntax

// C#
public class TGIS_PaintExceptionEventArgs : EventArgs
{
}
' VisualBasic
Public Class TGIS_PaintExceptionEventArgs
  Inherits EventArgs
End Class
// Oxygene
type
  TGIS_PaintExceptionEventArgs = public class( EventArgs )
  end;

Inheritance

→ EventArgs

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_PaintExceptionEventArgs() public Create an object.

Properties

Inherited Protected
Name Visibility Description
Exception public Paint exception.

2021/12/07 09:04

Page Tools