 | 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.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
Property Value
Boolean
See Also