Mobiform Software - Aurora API Documentation

DocumentClosingEventHandler Delegate

Represents the method that will handle the Click, ObjectMouseEnter, ObjectMouseHover, ObjectMouseLeave, ObjectMouseLeftButtonDown/Up, ObjectMouseRightButtonDown/Up, or ObjectMouseMove event of a UIElement in the Aurora Designer.

public delegate void DocumentClosingEventHandler(
   IAuroraDocument document,
   ref Boolean& bQueryToSave,
   ref Boolean& bCancel
);

Parameters

document
document about to be closed
bQueryToSave
flag to query use to save if the document is dirty
bCancel

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace