Mobiform Software - Aurora API Documentation

ProvideDocumentEventHandler Delegate

Delegate for locating the IAuroraDocument to use

public delegate void ProvideDocumentEventHandler(
   ref IAuroraDocument& document,
   String fileName,
   Object documentRoot,
   Object extraInfo
);

Parameters

document
The document object to be passed
fileName
The optional name of the file toopen
documentRoot
The optional root object of the document to be opened
extraInfo
Extra data

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace