नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
'event': event does not have a raise method
Remarks
Metadata created with a language, such as C#, that does not allow an event to be raised from outside the class in which it was defined, was included with the #using directive, and a Visual C++ program using CLR programming attempted to raise the event.
To raise an event in a program developed in a language such as C#, the class containing the event needs to also define a public method that raises the event.