DK for .NET | TatukGIS.NDK.TGIS_Layer.RaiseBusyPrepare | Constructors | Fields | Methods | Properties | Events
Fires BusyPrepare method of the assigned viewer.
// C# public void RaiseBusyPrepare( TObject _sender, string _text );
' VisualBasic Public Sub RaiseBusyPrepare( ByVal _sender As TObject, ByVal _text As String )
// Oxygene public procedure RaiseBusyPrepare( _sender : TObject; _text : String );
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_text | string String | text to appear in a BusyText property |