The DocumentTargetEventArgs class provides data for the DocumentTargetCreated and DocumentTargetDeleted events. When subtextpart is deleted, the DocumentTarget object provided with the event data has the following valid properties: TargetName, Deleteable, ID and Name. All other properties are undefined.

Syntax

public class DocumentTargetEventArgs: EventArgs
Public Class DocumentTargetEventArgs
  Inherits EventArgs

Introduced: X18.

Properties

Property Description
DocumentTarget Gets an object that represents the document target which causes the event.