C# Events
Introduction to C# events in Hindi
Handling C# events in Hindi
Example of C# events in Hindi
Introduction to C# Events
C# में Events एक ऐसा feature है जिसके द्वारा एक class किसी दूसरी class को कोई ख़ास event (घटना) generate होने पर notification भेज सकती है। दूसरी class notification को प्राप्त करके generate होने वाले event को (handler method द्वारा) handle करती है।
उदाहरण
No comments:
Post a Comment