UserControl and TextChanged event
- From: "Adrian Maull" <--@xxxxxx>
- Date: Fri, 12 Jan 2007 14:30:54 -0500
Anyone know why the TextChanged event on the UserControl object is public
but EditorBrowsable is EditorBrowsable.Never and Browsable is false? In
Intellisense you can't see the TextChanged event but I can still to
UserControl1.TextChanged += <subscribing method>. I get an error when I do
that though. I looked in Reflector and I see:
[EditorBrowsable(EditorBrowsableState.Never), Browsable(false)]
public event EventHandler TextChanged;
Even in MSDN it says TextChanged is not intended to be used from code.
Strange...
.
- Follow-Ups:
- Re: UserControl and TextChanged event
- From: Bryan Phillips
- Re: UserControl and TextChanged event
- Prev by Date: AutoComplete ComboBox with DroppedDown=true
- Next by Date: Re: GroupBox client area?
- Previous by thread: AutoComplete ComboBox with DroppedDown=true
- Next by thread: Re: UserControl and TextChanged event
- Index(es):