DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.NotifySubscribers | Methods | Properties
Send notification to subscribers.
Available also on: Delphi FMX | .NET WinForms | Java | Python.
// 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 );
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. |