DK for .NET | TatukGIS.NDK.TGIS_Viewer.WaitForNotBusy | Constructors | Fields | Methods | Properties | Events
Call _proc when viewer will fully end painting procees.
Implements IGIS_Viewer.WaitForNotBusy.
// C# public void WaitForNotBusy( TObject _sender, TGIS_WaitForNotBusyProc _proc );
' VisualBasic Public Sub WaitForNotBusy( ByVal _sender As TObject, ByVal _proc As TGIS_WaitForNotBusyProc )
// Oxygene public procedure WaitForNotBusy( _sender : TObject; _proc : TGIS_WaitForNotBusyProc );
Name | Type | Description |
---|---|---|
_sender | TObject | sender object |
_proc | TGIS_WaitForNotBusyProc | procedure to be executed |