DK11 for .NET | TatukGIS.NDK.TGIS_Viewer.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.
// 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;
Type |
---|
TGIS_HelpEvent |