Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define Custom Event
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Define Custom Event
Miscellaneous
Thread ID:
01382215
Message ID:
01382215
Views:
77
One of the two areas in C# I'm still foggy in is Events. I have a need for an event, and a practicle example is a good learning tool.

I am interating through a dataset, and I want to raise an event for each row. I'm unsure as to what goes here:
foreach (DataRow oRow in MyData.Tables[0].Rows)
{

}
Can someone help a newbie?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform