C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What are events in C#?
Rajeev Prajapati
12y
1.7k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
1.An event in .net acts as a notification mechanism.2.Events will follow Publisher and subscriber mechanism.3.By using Events we can notify the changes happening to a particular object to the other objects.4.In .NET Events are usually used in GUI Programming for executing some code in response to an users action like clicking on a button or selecting a new item from dropdown list etc..5.Event is an just an extension to the delegates.6.Event is always having return type as delegate.7.Event can be declared either inside a class or inside a namespace.For learning more about C# interview Questions you can refer this link
csharp interview questions
Krishna Mohan
11y
0
What is difference between a constant and read-only in C#?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Message