DocumentViewer.OnDocumentChanged Método

Definición

Responde a las llamadas cuando se modifica el documento que va a mostrarse.

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

Comentarios

OnDocumentChanged responde a las llamadas cuando la Document propiedad del DocumentViewer control se establece para mostrar un nuevo documento.

Se aplica a