C#
VB
Java
WinRT C#
C++
Creates a new instance of the AnnObjectCollectionEventArgs class.
public AnnPropertyChangedEventArgs(
string propertyName,
PropertyChangedStatus status,
object oldValue,
object newValue
)
Public Function New( _
ByVal propertyName As String, _
ByVal status As Leadtools.Annotations.Core.PropertyChangedStatus, _
ByVal oldValue As Object, _
ByVal newValue As Object _
)
public AnnPropertyChangedEventArgs(
string propertyName,
Leadtools.Annotations.Core.PropertyChangedStatus status,
object oldValue,
object newValue
)
public AnnPropertyChangedEvent(
Object source,
String propertyName,
PropertyChangedStatus status,
Object oldValue,
Object newValue
)
function AnnPropertyChangedEventArgs(
propertyName ,
status ,
oldValue ,
newValue
)
public:
AnnPropertyChangedEventArgs(String^ propertyName, PropertyChangedStatus^ status, Object^ oldValue, Object^ newValue)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET