Nevron.Diagram Namespace / NDrawingDocument Class / OnAttributePropertyChanging Method


OnAttributePropertyChanging Method (NDrawingDocument)
Syntax
'Declaration
 
Public Overrides Function OnAttributePropertyChanging( _
   ByVal attributeFullName As System.String, _
   ByVal attributeProperty As System.String, _
   ByVal newValue As System.Object _
) As System.Boolean
 
'Usage
 
Dim instance As NDrawingDocument
Dim attributeFullName As System.String
Dim attributeProperty As System.String
Dim newValue As System.Object
Dim value As System.Boolean
 
value = instance.OnAttributePropertyChanging(attributeFullName, attributeProperty, newValue)

Parameters

attributeFullName
attributeProperty
newValue
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