Avatar of dma111
dma111

asked on 

WPF C# Visual Studio code events dropdown

How can I make the dropdowns at the top of the WPF C# Visual Studio code editor show events, e.g. DataTable_ColumnChanged (when a DataTable is selected in the left dropdown)?  
private void CustomerDataTable_ColumnChanged(object sender, System.Data.DataColumnChangeEventArgs e)
                {
                    if (object.ReferenceEquals(e.Column, this.LastNameColumn))
                    {
                        this.CheckLastName((CustomerRow)e.Row);
                    }
                }

Open in new window

.NET Programming

Avatar of undefined
Last Comment
dma111
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Can you attach a .png screen shot for what you mean?
Avatar of sabellis
sabellis
Flag of United Kingdom of Great Britain and Northern Ireland image

There is not DataTable control available in WPF are you sure you're dealing with WPF application?
Avatar of dma111
dma111

ASKER

See attached .png.

Dropdown on right doesn't show the Loaded event.  Dropdown on left shows only Window1.
VS-Editor-DropDown.png
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of dma111
dma111

ASKER

Got it -- but it's the Properties pane, not Solution Explorer, when an object is selected in the Design window.  Thanks.
.NET Programming
.NET Programming

The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.

137K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo