ArcFM Solution Developer Guide
PropertyChangeEventData Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal sender As System.Object, _
   ByVal propertyName As System.String, _
   Optional ByVal newValue As System.Object, _
   Optional ByVal oldValue As System.Object _
)
'Usage
 
Dim sender As System.Object
Dim propertyName As System.String
Dim newValue As System.Object
Dim oldValue As System.Object
 
Dim instance As New PropertyChangeEventData(sender, propertyName, newValue, oldValue)
public PropertyChangeEventData( 
   System.object sender,
   System.string propertyName,
   System.object newValue,
   System.object oldValue
)

Parameters

sender
propertyName
newValue
oldValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PropertyChangeEventData Class
PropertyChangeEventData Members

 

 


Send Comment