Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / DirtyChanged Event

In This Topic
    DirtyChanged Event (C1PdfDocumentSource)
    In This Topic
    Occurs when the Dirty property value changes.
    Syntax
    'Declaration
     
    Public Event DirtyChanged As EventHandler
    public event EventHandler DirtyChanged
    See Also