DK for .NET | TatukGIS.NDK.IGIS_Viewer.WaitForNotBusy | Methods | Properties
Call _proc when viewer will fully end painting process.
// 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 |