Mobiform Software - Aurora API Documentation

DocumentEventHandler Delegate

Represents the method that will handle the EditorChanged event when editor is changed for the current document. (review)

public delegate void DocumentEventHandler(
   IAuroraDocument document
);

Parameters

document
the document receiving the new editor

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace