Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnPropertyChangedEventArgs Class : AnnPropertyChangedEventArgs Constructor |
public AnnPropertyChangedEventArgs( string propertyName, PropertyChangedStatus status, object oldValue, object newValue )
'Declaration
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 )