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


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

    Parameters

    args
    Remarks
    This implementation will detach the commander from 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