Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1940
ActiveGroupChanging
posted

Hello,

setting e.Cancel to true in ActiveGroupChanging does not always prevent the selected group to change:

while setting a breakpoint in ActiveGroupChanging to debug (to inspect e.Cancel value), everything is working correctly ... :)

the ActiveGroupChanged event is canceled correctly!

as soon as I remove the breakpoint I can switch groups to whatever I like, console output is always "true" for e.Cancel.

any help?

Blue

Parents
  • 71886
    Offline posted

    Hello Blue,

    This event is intended to be used with Style of control set to 'OutlookNavigationPane'. You could use GroupCollapsing or GroupExpanding for other styles.

    Please do not hesitate to ask if I misunderstood you.

Reply Children