Events in C# Syntax of event declaration [attributes][modifers] event <delegate_type> <event_name>[ {event body} ]; we will discuses about syntax of event · Attribute s are csharp attributes · Modifiers are optional and those may one are combination of more than one o Accessing specifies § Public, private, protected, internal § New, Virtual, Abstract, override § Static ,extern o Event will work between objects because of that when your are defining event in main function existing class you have to specifies event as static · Event o It is a keyword used to give event declaration o In syntax event keyword must not be omitted · ...
This site is made for freshers to guide by which they can get great information faqs dotnet csharp,sqlserver