DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.PaintExceptionEvent | Constructors | Fields | Methods | Properties | Events
PaintException event. Will be fired when Paint rises an exception.
Available also on: Delphi FMX | Java | ActiveX.
// C# public event TGIS_PaintExceptionEvent PaintExceptionEvent { add {} remove {} }
' VisualBasic Public Custom Event PaintExceptionEvent As TGIS_PaintExceptionEvent AddHandler(ByVal value As TGIS_PaintExceptionEvent) End AddHandler RemoveHandler(ByVal value As TGIS_PaintExceptionEvent) End RemoveHandler End Event
// Oxygene public event PaintExceptionEvent : TGIS_PaintExceptionEvent add remove;