<Code Lib>
2025.3 Method
Changes 0
M

DocumentChangedEventArgs.GetTransactionNames

Description:
Returns names of the transactions associated with this event
Remarks:
Typically, there will be only one name in the array, because document changes mostly involve just one transaction

public IList<string> GetTransactionNames()

IList<String> The names of the transactions associated with this event

Loading…