ContentRemovedEventArgs Properties
Contains data for the ContentRemoved event.Name | Description |
---|---|
Interval | Gets the sub-document‘s interval in which content was changed. Inherited from ContentChangedEventArgs. |
RemovedText | Gets the textual representation of the removed content. |
SubDocument | Gets the sub-document in which content was changed. Inherited from ContentChangedEventArgs. |
See Also