Code: Select all
Private Sub CoPDFXCview1_OnEvent(ByVal Type As Long, ByVal Name As String, ByVal DataIn As Variant, DataOut As Variant, ByVal Flags As Long)
Not sure if you are aware of this or not, but I'm trying to detect if pages have been deleted or rotated (detect that event) so I can allow the user to save the document.
[UPDATE]: Now when I suddenly re-opened my project, the entire line for the event is in red
Code: Select all
Private Sub CoPDFXCview1_OnEvent(ByVal lType As Long, ByVal Name As String, ByVal DataIn As Variant, DataOut As Variant, ByVal Flags As Long)

Kind Regards,
Nelson