DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.NotifySubscribers | Constructors | Methods | Properties | Events
Send notification to subscribers.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
Implements IGIS_Viewer.NotifySubscribers.
# Python def NotifySubscribers( self, _event: int, _context: TObject ) -> None:
Name | Type | Description |
---|---|---|
_event | int | event identifying number |
_context | TObject | control context; what is expected depends on _event; it can be canvas, control itself. |