(Leadtools.Annotations.Core)

AnnPropertyChangedEventArgs Constructor (AnnPropertyChangedEventArgs)

Show in webframe





The name of the property being changed.
A PropertyChangedStatus enumeration representing the status of the property change operation.
The old value of the property.
The new value of the property.
Creates a new instance of the AnnObjectCollectionEventArgs class.
Syntax
public AnnPropertyChangedEventArgs( 
   string propertyName,
   PropertyChangedStatus status,
   object oldValue,
   object newValue
)
Public Function New( _
   ByVal propertyName As String, _
   ByVal status As PropertyChangedStatus, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
public AnnPropertyChangedEventArgs( 
   string propertyName,
   PropertyChangedStatus status,
   object oldValue,
   object newValue
)

            
public AnnPropertyChangedEvent(
   Object source,
   String propertyName,
   PropertyChangedStatus status,
   Object oldValue,
   Object newValue
)
            
function AnnPropertyChangedEventArgs( 
   propertyName ,
   status ,
   oldValue ,
   newValue 
)

Parameters

propertyName
The name of the property being changed.
status
A PropertyChangedStatus enumeration representing the status of the property change operation.
oldValue
The old value of the property.
newValue
The new value of the property.
Requirements

Target Platforms

See Also

Reference

AnnPropertyChangedEventArgs Class
AnnPropertyChangedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.