DK for .NET | TatukGIS.NDK.TGIS_PaintExceptionEventArgs | Classes | Constructors | Properties
Provides data for a paint exception event.
Available also on: Java.
// C# public class TGIS_PaintExceptionEventArgs : EventArgs { }
' VisualBasic Public Class TGIS_PaintExceptionEventArgs Inherits EventArgs End Class
// Oxygene type TGIS_PaintExceptionEventArgs = public class( EventArgs ) end;
→ EventArgs
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_PaintExceptionEventArgs() | public | Creates a paint exception event arguments object. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Exception | public | Paint exception associated with the event. | |