User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.NotifySubscribers method

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

Send notification to subscribers.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

Implements IGIS_Viewer.NotifySubscribers.

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

Parameters

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

Page Tools