This event is fired after a populate action, if there exists a file with the same name it returns "bDocumentExists" = true or if new file is created on disk it returns "bDocumentExists" = false.
Syntax
Visual Basic
Public Event AfterMemberDocumentCreated( _
ByVal theMember As Object, _
ByVal DocumentExists As Boolean _
)