User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.notifysubscribers_integer_itbaseobject

Table of Contents

IGIS_Viewer.NotifySubscribers method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.NotifySubscribers | Methods | Properties

Send notification to subscribers.

Available also on: Delphi | .NET | 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.
2025/01/31 01:03

Page Tools