User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.helpevent

Table of Contents

TGIS_ViewerWnd.HelpEvent event

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.HelpEvent | Constructors | Fields | Methods | Properties | Events

Help event. If attached, all dialog boxes will have a help button, and clicking on this button will raise an event.

Available also on: Delphi FMX | ActiveX | Python.

Syntax

// C#
public event TGIS_HelpEvent HelpEvent
{
  add {}
  remove {}
}
' VisualBasic
Public Custom Event HelpEvent As TGIS_HelpEvent
  AddHandler(ByVal value As TGIS_HelpEvent)
  End AddHandler
  RemoveHandler(ByVal value As TGIS_HelpEvent)
  End RemoveHandler
End Event
// Oxygene
public
  event HelpEvent : TGIS_HelpEvent add remove;

Value

2022/11/16 01:39

Page Tools