DK for Delphi | GisInterfaces.IGIS_Viewer.NotifySubscribers | Methods | Properties
Send notification to subscribers.
// Delphi public procedure NotifySubscribers( const _event : Integer; const _context : TObject );
// C++ Builder public: void NotifySubscribers( const int _event, TObject* const _context ) = 0;
| Name | Type | Description |
|---|---|---|
| _event | Integer | event identifying number |
| _context | TObject | control context; what is expected depends on _event; it can be canvas, control itself. |