Mobiform Software - Aurora API Documentation

DocumentChangedEventHandler Delegate

Represents the method that will handle the DocumentChanged event when the document has changed to another document. (review)

public delegate void DocumentChangedEventHandler(
   Object sender,
   IAuroraDocument document
);

Parameters

sender
the source of the event
document
the new document

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace