Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NDrawingViewWithCommandBarsControl Class / InvalidateMeasureFromChild Method


In This Topic
    InvalidateMeasureFromChild Method (NDrawingViewWithCommandBarsControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub InvalidateMeasureFromChild( _
       ByVal childElement As NElement, _
       ByVal reason As ENLayoutParentInvalidationReason, _
       ByVal hint As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NDrawingViewWithCommandBarsControl
    Dim childElement As NElement
    Dim reason As ENLayoutParentInvalidationReason
    Dim hint As System.Object
     
    instance.InvalidateMeasureFromChild(childElement, reason, hint)
    public void InvalidateMeasureFromChild( 
       NElement childElement,
       ENLayoutParentInvalidationReason reason,
       System.object hint
    )

    Parameters

    childElement
    reason
    hint
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also