Mobiform Software - Aurora API Documentation

DocumentSerializationEventHandler Delegate

Event handler for serilization to file

public delegate void DocumentSerializationEventHandler(
   IAuroraDocument document,
   String fileName,
   ref Boolean& bHandled,
   ref Boolean& bSuccess
);

Parameters

document
the document being seialized
fileName
the file name to serialize the document to
bHandled
True if the event was handled
bSuccess
True if the document was successfully serialized

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace