Print Page | Close Window

TaskPanel and Click Events

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=3284
Printed Date: 17 November 2024 at 11:30am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TaskPanel and Click Events
Posted By: SteveStraley
Subject: TaskPanel and Click Events
Date Posted: 25 November 2005 at 10:34pm
Hi All,

Could someone help point me in the right direction.  Using the TaskPanel example program, where do I put code to act upon the selection of items in the TaskPanel.  I am programming in C# so the tutorial doesn't help and am new to the language.

Any/all advice would be of GREAT help.

Thanks,

Steve



Replies:
Posted By: SteveStraley
Date Posted: 29 November 2005 at 12:49pm
All -

I indirectly found the answer to my question.   All interested, the code to kick off the click is:

this.oTaskPanel.ItemClick += new AxXtremeTaskPanel._DTaskPanelEvents_ItemClickEventHandler(th is.oTaskPanel_ItemClick);

In VS 2005 the stub for this new method can be automatically generated.

Hope this helps someone....

Steve


Posted By: SuperMario
Date Posted: 29 November 2005 at 3:01pm
You can find the events by clicking on the lightning bolt in the properties window when you have the control selected in form view.  You don't need to manually type that in.

This can be done in all .NET versions, not just 2005


Posted By: SteveStraley
Date Posted: 30 November 2005 at 11:18am
Thanks - I wish I had known that before trying the other.

Steve



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net