Generated method names
From: Gawel (gawelek_at_SPAM_NO_NON_NOgazeta.pl)
Date: 02/01/05
- Next message: Phill. W: "Re: Deployment Question"
- Previous message: Steve Easton: "Re: Where are version/author properties?"
- Next in thread: Kevin Spencer: "Re: Generated method names"
- Reply: Kevin Spencer: "Re: Generated method names"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 01 Feb 2005 11:35:51 +0100
Hajo,
AFAIK VS.NET designer generates method for event using following
pattern: controlName_EvenName. Now If you have variable name written
lower case then your method will start its name lower case too.
And in .NET method names are upper case.
What is more you get this ugly underscore in the middle
of method name.
Anybody has idea how to change this pattern?
Do I need to edit some files?
thanks in advance for any info
Gawel
- Next message: Phill. W: "Re: Deployment Question"
- Previous message: Steve Easton: "Re: Where are version/author properties?"
- Next in thread: Kevin Spencer: "Re: Generated method names"
- Reply: Kevin Spencer: "Re: Generated method names"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|