DocumentViewer.OnDocumentChanged Metoda

Definice

Reaguje na volání při změně dokumentu, který se má zobrazit.

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 ()
Atributy

Poznámky

OnDocumentChanged reaguje na volání, když Document je vlastnost DocumentViewer ovládacího prvku nastavena tak, aby zobrazovala nový dokument.

Platí pro