Method parameters
Hi, i would like to know what the parameter replacing the StartingUpCancelEventArgs is in the latest version of C# or the Winfx feb ctp really. I'm reading a book based on an earlier version clearly.
The method is:
void AppStartingUp(object sender, StartingUpCancelEventArgs e)
{
.....
}
Intellisene has not a hit at the second parameter, and instead it gives the alternatives
StartupEventArgsandStartupEventHandler
Best regards

