DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / OnLocationChanged Method






    OnLocationChanged Method (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnLocationChanged( _
       ByVal e As System.EventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim e As System.EventArgs
     
    instance.OnLocationChanged(e)

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also