DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlScalePrepareEvent | Enums | Classes | Delegates | Types
Event fired on preparing size of TGIS_ControlSize component.
// C# public delegate void TGIS_ControlScalePrepareEvent( System.Object _sender, TGIS_ControlScaleEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_ControlScalePrepareEvent( ByVal _sender As System.Object, ByVal _e As TGIS_ControlScaleEventArgs )
// Oxygene type TGIS_ControlScalePrepareEvent = public procedure ( _sender : System.Object; _e : TGIS_ControlScaleEventArgs );
Name | Type | Description |
---|---|---|
_sender | System.Object | sender object |
_e | TGIS_ControlScaleEventArgs | passed arguments |