| Mobiform Software - Aurora API Documentation |
|
DocumentOpeningEventHandler Delegate
Delegate for document being opened
public delegate void DocumentOpeningEventHandler(
Object sender,
Object extraInfo,
ref
Boolean& bCancel);
Parameters
-
sender
- The caller
-
extraInfo
- Extra information about the document being opened, may be a filename, tree root, or markup as string
-
bCancel
- Cancels opening if set to true
Requirements
Namespace:
Aurora.Interfaces
Assembly: AuroraInterfaces (in AuroraInterfaces.dll)
See Also
Aurora.Interfaces Namespace