DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_PrintMapEvent | Enums | Classes | Delegates | Types
Event for OnBeforePrintMap, OnAfterPrintMap.
// C# public delegate void TGIS_PrintMapEvent( System.Object _sender, TGIS_PrintMapEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_PrintMapEvent( ByVal _sender As System.Object, ByVal _e As TGIS_PrintMapEventArgs )
// Oxygene type TGIS_PrintMapEvent = public procedure ( _sender : System.Object; _e : TGIS_PrintMapEventArgs );
Name | Type | Description |
---|---|---|
_sender | System.Object | printer manager object |
_e | TGIS_PrintMapEventArgs | print map args |