Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / UpdateEffectiveValue Method


In This Topic
    UpdateEffectiveValue Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Function UpdateEffectiveValue( _
       ByVal entryIndex As System.Windows.EntryIndex, _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata, _
       ByVal oldEntry As System.Windows.EffectiveValueEntry, _
       ByRef newEntry As System.Windows.EffectiveValueEntry, _
       ByVal coerceWithDeferredReference As System.Boolean, _
       ByVal coerceWithCurrentValue As System.Boolean, _
       ByVal operationType As System.Windows.OperationType _
    ) As System.Windows.UpdateResult
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim entryIndex As System.Windows.EntryIndex
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim oldEntry As System.Windows.EffectiveValueEntry
    Dim newEntry As System.Windows.EffectiveValueEntry
    Dim coerceWithDeferredReference As System.Boolean
    Dim coerceWithCurrentValue As System.Boolean
    Dim operationType As System.Windows.OperationType
    Dim value As System.Windows.UpdateResult
     
    value = instance.UpdateEffectiveValue(entryIndex, dp, metadata, oldEntry, newEntry, coerceWithDeferredReference, coerceWithCurrentValue, operationType)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal System.Windows.UpdateResult UpdateEffectiveValue( 
       System.Windows.EntryIndex entryIndex,
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata,
       System.Windows.EffectiveValueEntry oldEntry,
       ref System.Windows.EffectiveValueEntry newEntry,
       System.bool coerceWithDeferredReference,
       System.bool coerceWithCurrentValue,
       System.Windows.OperationType operationType
    )

    Parameters

    entryIndex
    dp
    metadata
    oldEntry
    newEntry
    coerceWithDeferredReference
    coerceWithCurrentValue
    operationType
    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