AuthenticDesktopControl.OnCloseEditingWindow
Event: OnCloseEditingWindow (i_strFilePath as String) as boolean
Dispatch Id: 1002
Description:
This event is triggered when Authentic Desktop needs to close an already open document. As an answer to this event, clients should close the editor window associated with i_strFilePath. Returning true from this event indicates that the client has closed the document. Clients can return false if no specific handling is required and AuthenticDesktopControl should try to close the editor and destroy the associated document control.