DocumentViewer.OnDocumentChanged Metoda

Definicja

Reaguje na wywołania, gdy dokument do wyświetlenia zostanie zmieniony.

protected:
 override void OnDocumentChanged();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override void OnDocumentChanged ();
protected override void OnDocumentChanged ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.OnDocumentChanged : unit -> unit
override this.OnDocumentChanged : unit -> unit
Protected Overrides Sub OnDocumentChanged ()
Atrybuty

Uwagi

OnDocumentChanged reaguje na wywołania, gdy Document właściwość kontrolki DocumentViewer jest ustawiona, aby wyświetlić nowy dokument.

Dotyczy