User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.UnSubscribe method

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

Remove provided control from the notification subscription list.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_Viewer.UnSubscribe.

// C#
public void UnSubscribe(
  IGIS_Subscribe _control
);
' VisualBasic
Public Sub UnSubscribe(
  ByVal _control As IGIS_Subscribe
)
// Oxygene
public
  procedure UnSubscribe(
    _control : IGIS_Subscribe
  );

Parameters

Name Type Description
_control IGIS_Subscribe control which subscription should be canceled
2024/12/20 22:00

Page Tools