Detect when panes are shown or closed...

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

Detect when panes are shown or closed...

Post by lidds »

I am trying to find an event that is fired when a pane is shown or closed / visible true or false.

I have tried various events, for example below:

Code: Select all

If pEvent.Code = CInt(PDFXEdit.UIX_NotifyCodes.UIX_Notify_Layout_Changed) Then
Which I am using on the OnEvent:

Code: Select all

Public Sub OnEvent(pSender As PDFXEdit.IUIX_Obj, pEvent As PDFXEdit.IUIX_Event) Implements PDFXEdit.IUIX_ObjImpl.OnEvent
Thanks

Simon
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Detect when panes are shown or closed...

Post by Sasha - Tracker Dev Team »

Hello Simon,

Check out this topic:
viewtopic.php?f=66&t=26067&hilit=Pane+show

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply