Mobiform Software - Aurora API Documentation

EditorChangedEventHandler Delegate

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

public delegate void EditorChangedEventHandler(
   IAuroraDocument document,
   IAuroraEditor editor
);

Parameters

document
the document receiving the new editor
editor
the new editor for the document

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace