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.
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 );
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. |