Nevron .NET Vision
Nevron.Dom Namespace / NNodeEventSinkService Class / FireNodeAttributePropertyChanging Method
node whose attribute is changing
full attribute name
attribute property name
new property value


In This Topic
    FireNodeAttributePropertyChanging Method
    In This Topic
    Fires the NodeAttributePropertyChanging event
    Syntax
    'Declaration
     
    
    Public Overridable Function FireNodeAttributePropertyChanging( _
       ByVal node As INNode, _
       ByVal attributeName As System.String, _
       ByVal propertyName As System.String, _
       ByVal newValue As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NNodeEventSinkService
    Dim node As INNode
    Dim attributeName As System.String
    Dim propertyName As System.String
    Dim newValue As System.Object
    Dim value As System.Boolean
     
    value = instance.FireNodeAttributePropertyChanging(node, attributeName, propertyName, newValue)
    public virtual System.bool FireNodeAttributePropertyChanging( 
       INNode node,
       System.string attributeName,
       System.string propertyName,
       System.object newValue
    )

    Parameters

    node
    node whose attribute is changing
    attributeName
    full attribute name
    propertyName
    attribute property name
    newValue
    new property value

    Return Value

    true if the change is acceptable, otherwise false
    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