in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Handler of TreeView.AfterSelect URGENT

Last post 9/30/2008 6:34 AM by Alan (Developer Express). 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Previous Next
  • 9/29/2008 3:11 PM

    Handler of TreeView.AfterSelect URGENT

    Hello to everyone,

    I have the following code in Devexpress 7.2.1

    Private Sub AssignTreeViewEventHandlers()
            Dim controller As NavigationController = TryCast(report.PrintingSystem.PreviewFormEx.PrintControl.GetType().InvokeMember("navigationController", BindingFlags.GetField Or BindingFlags.NonPublic Or BindingFlags.Instance, Nothing, report.PrintingSystem.PreviewFormEx.PrintControl, Nothing), NavigationController)
            Dim bTreeView As BookmarkTreeView = TryCast(controller.GetType().InvokeMember("bmTreeView", BindingFlags.GetField Or BindingFlags.NonPublic Or BindingFlags.Instance, Nothing, controller, Nothing), BookmarkTreeView)
            AddHandler bTreeView.AfterSelect, AddressOf bTreeView_AfterSelect
        End Sub

    I want to transfer this code to 8.2.4 but I cannot find a way to transfer the underline code.

    Any help will be apriciated because the problem is urgent

     

    Thanks in advance

    Elias

  • 9/30/2008 6:34 AM In reply to

    Re: Handler of TreeView.AfterSelect URGENT

     Hello Elias,

    If you want to urgently solve this problem, I suggest that you contact our Support Team at http://www.devexpress.com/sc and send your entire test project. We need to investigate it to exactly determine what task you are trying to accomplish and why you need to use internal API, which is not primarily intended to be called in user applications. Probably, there is a better way to accomplish this task in the latest XtraPrinting version.

    So, contacting our official support is the best option for you to find a solution. 

    @.
    R&D, .NET Team.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/sc.
Page 1 of 1 (2 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED