what are the events in delegate?
Answers were Sorted based on User's Feedback
Answer / ashish gupta
There is no event in delegate.
Delegate is lyk a funtion pointer which is worked with
events.Delegate is use to invoke a event handler when an
event is fired.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / ashish gupta
There is no event in delegate.
Delegate is lyk a funtion pointer which is worked with
events.Delegate is use to invoke a event handler when an
event is fired.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is a class c#?
Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }
What is lazy class in c#?
What is Serialization and how do we implement (in real time scenario)
What is difference between static and readonly in c#?
Are private class-level variables inherited?
What are strings in c#?
How many bits is int32?
Why do we need collections in c#?
How big is int16?
How can we Achieve Late binding in C#.Can any give one example.
Explain the clr triggers?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)