Click or drag to resize

ExportSerializationArgsHandled Property

At OnSerializeForSecondPhase, set TRUE to request second phase for the add-in. False by default. At OnDeserializeSecondPhase, set FALSE if case the deserialization fails to cancel the process. True by default. At OnFinalizeSecondPhase this indicates if all conversions were performed successfully (TRUE) or not (FALSE), but setting the value has not meaning.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public bool Handled { get; set; }

Property Value

Type: Boolean
See Also