Stories recently tagged with 'Events'

CodeMash session list(frazzleddad.blogspot.com)

submitted by javeryjavery(5523) 5 years, 6 months ago

The session list for a great looking conference in Ohio. read more...

2 comments |category: |Views: 2

tags: another

Event Accessors, You can encapsulate events too ;)(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 6 months ago

This is another "How I missed this" kind of things, All of us know Accessors like properties & indexers, and almost everybody says that it applies for all data types, but almost nobody knows that events have its own accessors read more...

add a comment |category: |Views: 24

tags: another

C# Delegates and Events(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 6 months ago

Learn all about C# delegates and events. Excerpt: A delegate is a .NET class that encapsulates a method, but not in the same way other classes encapsulate methods. A delegate actually stores the address of a method that is contained in some other class. So, a delegate is really the equivalent of a function pointer in C++. However, they are also far more than that. In this article, I explain the many uses of delegates. I begin with a simple example using a delegate to invoke a method. Then, I show several other uses of delegates including multicast delegates, thread delegates, anonymous methods, asynchronous method calls, events, and Win32 callbacks. read more...

add a comment |category: |Views: 58

tags: another

UpdatePanel Data Transfer and the client side page life cycle(morewally.com)

submitted by wallymwallym(2085) 5 years, 6 months ago

This post shows the data transfer format used by the updatepanel as well as the client side page life cycle events beginRequest and endRequest. read more...

add a comment |category: |Views: 33

tags: another

Event Properties - Memory Efficient Events(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

Description of how to define events in a more memory efficient way. read more...

add a comment |category: |Views: 26

tags: another

Event Properties - Memory Efficient Events(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

Description of how to define events in a more memory efficient way. read more...

add a comment |category: |Views: 26

tags: another