anonymous methods in c++/CLI
- From: bonk <schwertfischtrombose@xxxxxx>
- Date: Fri, 14 Oct 2005 10:59:01 +0200
In c# 2.0 I can do:
myButton.Click += delegate(object sender, EventArgs e)
{
MessageBox.Show(((Button)sender).Text);
}does c++/CLI allow to do the same thing ? .
- Follow-Ups:
- Re: anonymous methods in c++/CLI
- From: Jochen Kalmbach [MVP]
- Re: anonymous methods in c++/CLI
- Prev by Date: Re: Update on C++/CLI
- Next by Date: Re: anonymous methods in c++/CLI
- Previous by thread: Re: VC++ link error
- Next by thread: Re: anonymous methods in c++/CLI
- Index(es):