Home
Certification Preparation
Microsoft
Microsoft Developers Certifications
Addhandler AddressOf
ijas1981
Private Timer t=null;
t=new Timer(10000);
t.elapsed +=ElapsedEventHandler(t_Elapsed); // couldn't get a clear idea;
//
i got used to the
addhandler
AddressOf
in vb
so can somebody tell me detailed idea of
t.Elapsed
ElapsedEventHandler
t_Elapsed
in c# (2.0)
Find more posts tagged with
Comments
There are no comments yet
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of