bugDotGNU Portable.NET - Bugs: bug #9835, TreeView with CheckBoxes:...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9835: TreeView with CheckBoxes: AfterCheck event not risen

Submitter:  None
Submitted:  Sat 31 Jul 2004 12:52:08 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sun 08 Aug 2004 08:25:16 AM UTC, comment #4: 

This is closed along with Patch #3260

Gopal.V <t3rmin4t0r>
Group administrator
Mon 02 Aug 2004 04:02:15 PM UTC, comment #3: 

This is fixed in CVS - but there a few more other events in TreeView which needs to be fixed. This will be closed after those are done up.

Gopal.V <t3rmin4t0r>
Group administrator
Mon 02 Aug 2004 04:02:07 PM UTC, comment #2: 

This is fixed in CVS - but there a few more other events in TreeView which needs to be fixed. This will be closed after those are done up.

Gopal.V <t3rmin4t0r>
Group administrator
Sun 01 Aug 2004 02:57:03 AM UTC, comment #1: 

As can be seen below, the handler is correctly set. GetHandler finds it and returns it to OnAfterCheck, however somewhere between the return and the OnAfterCheck GetHandler call, the handler gets lost. Perhaps someone else may have an idea as to why this is happening.

1: Control.GetHandler
   eventId->AfterCheck
   handler->System.Windows.Forms.TreeViewEventHandler
2: TreeView.OnAfterCheck handler->
2b: Handler null

Deryk Robosson <drobosson>
Group Member
Sat 31 Jul 2004 12:52:08 PM UTC, original submission:  

The AfterCheck event of a TreeView, with the property CheckBoxes = true is never risen.
The AfterCheck event is risen when the test is run with the MS engine.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #1611:  TreeViewTest.cs added by None (790B - text/x-c++src)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-08-08 t3rmin4t0r Open/ClosedOpen Closed
2004-08-02 t3rmin4t0r StatusNone Fixed
2004-07-31 None Attached File- Added TreeViewTest.cs, #1546

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code