Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NPanAndZoomControl Class / OnMasterViewDisplayedDocumentChanged Method


In This Topic
    OnMasterViewDisplayedDocumentChanged Method
    In This Topic
    Handles the DisplayedDocumentChanged view event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMasterViewDisplayedDocumentChanged( _
       ByVal args As NDocumentEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NPanAndZoomControl
    Dim args As NDocumentEventArgs
     
    instance.OnMasterViewDisplayedDocumentChanged(args)
    protected virtual void OnMasterViewDisplayedDocumentChanged( 
       NDocumentEventArgs args
    )

    Parameters

    args
    Remarks
    This implementation will attach the commander to the document
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also