The following tables list the members exposed by ChangeItem.
|
Name |
Description |
|
Adds a new page. This should only be used internally by the SmartpenChangeList.Update methods | |
|
Initializes a new instance of the ChangeItem class. | |
|
Indicates whether the current object is equal to another ChangeItem object | |
|
Converts this object to a string |
|
Name |
Description |
|
Gets the fully-qualified class name of a penlet that has saved non-stroke data changes. This property will be empty if the package described in the ChangeItem is an AFD. | |
|
The RTC end time of the change. For an AFD, it is the RTC time of the last coordinate of the last stroke written. For a penlet, it is the RTC time when data was last saved. The end time must be returned by the *penlet* from the getDataLastModifiedTime method of the Remote interface. The desktop application cannot retrieve the end time unless the penlet has implemented that method. | |
|
Gets the Guid in string format of an AFD that has changes. For example: "0x6abeed8cc62de080". This property will be empty if the package described in the ChangeItem is a penlet. | |
|
The number of pages that have changes. | |
|
The collection of page change items in an AFD. Each page change item is a PageChangeItem object, which stores information describing a page change, such as: EndTime--RTC time of the last stroke (for an AFD) or last data saved (for a penlet), PageAddress (page address), Page (page number). The Pages property will be empty if the package described in the ChangeItem is a penlet. | |
|
Gets the human-friendly name of an AFD or penlet that has changes. |