DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_PrintEvent | Enums | Classes | Delegates | Types
Event for BeforePrint and AfterPrint.
// C# public delegate void TGIS_PrintEvent( System.Object _sender, TGIS_PrintEventArgs _e );
' VisualBasic Public Delegate Sub TGIS_PrintEvent( ByVal _sender As System.Object, ByVal _e As TGIS_PrintEventArgs )
// Oxygene type TGIS_PrintEvent = public procedure ( _sender : System.Object; _e : TGIS_PrintEventArgs );
Name | Type | Description |
---|---|---|
_sender | System.Object | printer object on which printing will occur |
_e | TGIS_PrintEventArgs | printer args |