Mobiform Software - Aurora API Documentation

DocumentSerializeToStringEventHandler Delegate

Event handler for serialization to string

public delegate void DocumentSerializeToStringEventHandler(
   IAuroraDocument document,
   ref String& markup,
   ref Boolean& bHandled,
   ref Boolean& bSuccess
);

Parameters

document
the document being seialized
markup
The markup for the current document
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