Bug 435988

Summary: UIA Support in StatusBarPanel control
Product: [Mono] Mono: Class Libraries Reporter: Neville Gao <ngao>
Component: Windows.FormsAssignee: Mono Bugs <mono-bugs>
Status: VERIFIED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Enhancement    
Priority: P5 - None CC: mgorse
Version: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard: UIA
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 428698, 447851    
Attachments: patch uploaded.
Patch. Adds UIACollectionChanged to Remove ()

Description Neville Gao 2008-10-16 09:44:03 UTC
Created attachment 245912 [details]
patch uploaded.

Add an event to be invoked when StatusBarPanel.Text changed.
Comment 1 Jonathan Pobst 2008-10-16 14:28:57 UTC
Can you make it UIATextChanged, and OnUIATextChanged so it matches the rest of the UIA additions?  With that change, this is fine to commit.
Comment 2 Neville Gao 2008-10-17 04:00:40 UTC
Changed *TextChanged* to *UIATextChanged*, and committed in r116143.
Comment 3 Neville Gao 2008-10-23 10:29:29 UTC
closed fixed bug.
Comment 4 Michael Gorse 2008-12-04 00:08:16 UTC
We're missing an event in one case.  I'll attach a patch.
Comment 5 Michael Gorse 2008-12-04 00:12:33 UTC
Created attachment 257891 [details]
Patch.  Adds UIACollectionChanged to Remove ()
Comment 6 Michael Gorse 2008-12-16 20:17:37 UTC
Committed in R121627.