combit List & Label 29 - .NET Help
combit.Reporting Namespace / DrawProjectHandler Delegate


In This Topic
    DrawProjectHandler Delegate
    In This Topic

    With the help of this event, you can print additional drawings and elements for label and card projects. This allows customized printing. For instance, you can apply a watermark from your product's demo version to each print out.

    Syntax
    'Declaration
     
    
    Public Delegate Sub DrawProjectHandler( _
       ByVal sender As Object, _
       ByVal e As DrawProjectEventArgs _
    ) 
    public delegate void DrawProjectHandler( 
       object sender,
       DrawProjectEventArgs e
    )
    public delegate void DrawProjectHandler( 
       Object^ sender,
       DrawProjectEventArgs^ e
    )

    Parameters

    sender
    e
    Example

     

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also