Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / EndPrint Event

In This Topic
    EndPrint Event (C1AgendaView)
    In This Topic
    Syntax
    'Declaration
     
    Public Event EndPrint As System.Drawing.Printing.PrintEventHandler
    public event System.Drawing.Printing.PrintEventHandler EndPrint
    Event Data

    The event handler receives an argument of type System.Drawing.Printing.PrintEventArgs containing data related to this event. The following PrintEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Returns System.Drawing.Printing.PrintAction.PrintToFile in all cases.  
    See Also