D
DraguVaso
Hi,
I have a UserControl (MyUserControl) which has a DataGrid (MyDataGrid).
I made a new UserControl that Inherits of my first UserControl: I named it
MyInheritedUserControl.
For some reason I don't 'see' the Methods/Events etc of the Controls I
putted on MyUserControl in the two ComboBoxes on top of the Code Window in
Visual Studio. I can use the Methods and Events, but I have to type them
mysels. For example I can trap the event MyDataGrid_Click, but I have to
type it myself in the MyInheritedUserControl.
Is this normal behaviour? Or should I change something about the Modifiers
of my DataGrid or UserControl? OR how can I be able to see all the possible
events lsited in my MyInheritedUserControl jsut liek I see them in
MyUsercontrol?
Thanks a lot in advance!
Pieter
I have a UserControl (MyUserControl) which has a DataGrid (MyDataGrid).
I made a new UserControl that Inherits of my first UserControl: I named it
MyInheritedUserControl.
For some reason I don't 'see' the Methods/Events etc of the Controls I
putted on MyUserControl in the two ComboBoxes on top of the Code Window in
Visual Studio. I can use the Methods and Events, but I have to type them
mysels. For example I can trap the event MyDataGrid_Click, but I have to
type it myself in the MyInheritedUserControl.
Is this normal behaviour? Or should I change something about the Modifiers
of my DataGrid or UserControl? OR how can I be able to see all the possible
events lsited in my MyInheritedUserControl jsut liek I see them in
MyUsercontrol?
Thanks a lot in advance!
Pieter