Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ExporterBase Class / OnDocumentChanged Method

In This Topic
    OnDocumentChanged Method (C1ExporterBase)
    In This Topic
    Called after the Document property has been changed. If you override this, make sure this base method also gets called.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDocumentChanged() 
    protected virtual void OnDocumentChanged()
    See Also