DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.RaiseBusyEvent | Constructors | Methods | Properties | Events
Fire Busy event of a viewer.
Available also on: .NET WinForms.
// Java public void RaiseBusyEvent( TObject _sender, TGIS_BusyEventArgs _e );
// Oxygene public procedure RaiseBusyEvent( _sender : TObject; _e : TGIS_BusyEventArgs );
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_e | TGIS_BusyEventArgs | current progress, maximal progress value, an abort request. |