The ChangeType Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the type of change.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ChangeType As AnnObjectChangedType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnBeforeObjectChangedEventArgs Dim value As AnnObjectChangedType value = instance.ChangeType | |
| C# | |
|---|---|
public AnnObjectChangedType ChangeType {get;} | |
| C++/CLI | |
|---|---|
public: property AnnObjectChangedType ChangeType { AnnObjectChangedType get(); } | |
Property Value
An AnnObjectChangedType value specifying what is to be changed.For an example, refer to AnnAutomation.BeforeObjectChanged.
(Read only)
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code