Ask a Question related to ASP.NET General, Design and Development.
-
clintonG #1
Re: What means Protected WithEvents ?
The keyword 'protected' is an access modifier.
You can get started understanding what is going on by opening your
MSDN Library, look for the term 'access modifier' filtered by
the language of your choice via the Index tab.
Then use the Search tab using 'withevents' to start learning how events
are used with the access modifiers to declare the use of delegates.
That's about all I can say at the moment as I too am learning to
translate OOP into meaningful English constructs.
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET [email]csgallagher@REMOVETHISTEXTmetromilwaukee.com[/email]
URL [url]http://www.metromilwaukee.com/clintongallagher/[/url]
LaGarde StoreFront 5 Affiliate: e-Commerce Software Development
SEE: [url]http://www.storefront.net/default.asp?REFERER=-201499070[/url]
"Andreas Klemt" <aklemt68@hotmail.com> wrote in message news:u3P51IoQDHA.1560@TK2MSFTNGP12.phx.gbl...> Hello,
> what is Protected WithEvents myClassName doing?
>
> What is this WithEvent telling? Does have something to do
> with EventBubbling?
>
> Thanks,
> Andreas
>
>
clintonG Guest
-
SWC,SWF Means
What is the abbrevation of .SWC , .SWF formats. please any one give me reply -
what does (gray#) means
hi there, from a client we received some grayscale images (just black and white scannings I think), that when opened in Photoshop 7 inside the... -
if (!0) means what?
Recently I made this mistake: if (!0){ echo "I am true"; } else { echo "I am false"; } It always evaluated to "true". What does (!0)... -
Can you tell me what this coding means?
One of our employees received an email (spam) that contained some code that didn't make sense to us. In the source code you will see the words... -
Difference between "Protected WithEvents myClassName" And "Protected myClassName" ?
Hello, what is the difference between a) Protected WithEvents myClassName b) Protected myClassName Thanks, Andreas



Reply With Quote

