DK for .NET | TatukGIS.NDK.TGIS_Viewer.NotifySubscribers | Constructors | Fields | Methods | Properties | Events
Send notification to subscribers.
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. |