| Leadtools.Annotations.Core Namespace > AnnPropertyChangedEventArgs Class : AnnPropertyChangedEventArgs Constructor |
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 )