ArcFM Server Developer Guide
PropertyChangeEventData Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal sender As Object, _
   ByVal propertyName As String, _
   Optional ByVal newValue As Object, _
   Optional ByVal oldValue As Object _
)
'Usage
 
Dim sender As Object
Dim propertyName As String
Dim newValue As Object
Dim oldValue As Object
 
Dim instance As New PropertyChangeEventData(sender, propertyName, newValue, oldValue)
public PropertyChangeEventData( 
   object sender,
   string propertyName,
   object newValue,
   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