User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.notifysubscribers_integer_itbaseobject

Table of Contents

ITGIS_ViewerWnd.NotifySubscribers method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.NotifySubscribers | Methods | Properties

Send notification to subscribers.

Available also on: Delphi FMX | .NET WinForms | Java | Python.

Syntax

// C#
public void NotifySubscribers(
  int _event,
  ITBaseObject _context
);
' VisualBasic
Public Sub NotifySubscribers(
  ByVal _event As Integer,
  ByVal _context As ITBaseObject
)
// Oxygene
public
  procedure NotifySubscribers(
    _event : Integer;
    _context : ITBaseObject
  );

Parameters

Name Type Description
_event int
Integer
event identifying number
_context ITBaseObject control context; what is expected depends on _event; it can be canvas, control itself.
2022/11/16 01:12

Page Tools