FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class


In This Topic
    C1DocumentSource Class Events
    In This Topic

    For a list of all members of this type, see C1DocumentSource members.

    Public Events
     NameDescription
    Public EventOccurs when the BusyState property value changes.  
    Public EventOccurs when the Dirty property value changes.  
    Public EventOccurs when the ExportAsync method has completed.  
    Public EventOccurs when the GenerateAsync method has completed.  
    Public EventOccurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation.  
    Public EventOccurs when the PageCount property value changes.  
    Public EventOccurs when the print task started with ShowPrintUIAsync method is finished.  
    Public EventOccurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials.  
    Public EventOccurs when the ValidateParametersAsync method has completed.  
    Top
    See Also