Click or drag to resize

Delegate MultipleStateOperationOperationDelagateHandler


Namespace: DedNetSw.Forms
Assembly: DedNetSw (in DedNetSw.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public delegate DedCmdResult OperationDelagateHandler(
	DedState targetState,
	string changeNote,
	SwDocStructInfo swMainDsInfo,
	SwDocStructInfo swDsInfo,
	bool isChildOperation,
	bool multiplo,
	out string message,
	out List<Exception> pubExtList
)

Parametri

targetState  DedState
 
changeNote  String
 
swMainDsInfo  SwDocStructInfo
 
swDsInfo  SwDocStructInfo
 
isChildOperation  Boolean
 
multiplo  Boolean
 
message  String
 
pubExtList  ListException
 

Valore di ritorno

DedCmdResult
Vedi anche