Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys,
I need to know about Events
In my API the events are like IDocumentsEvents in that Save(),Modified(some parameters) are there as Events and descriptions as fires when document si modified.
Still now i worked on events that raised when we tap the TAB twice it will auto generated
but here it is showing it as methods and no event is creating on += like normal events
Can someone tell me the usage of this type of events how to call and information about this type of events

Thanks in advance
Posted

1 solution

Creating your own events and raising them isn't difficult: I do it so often I created a Visual Studio snippet to give me a short cut: A Simple Code Snippet to Add an Event[^]
That shows the code you need to create the event, then all you have to do to raise it is to call the OnMyEventName method, passing it the event args you need to pass on up.
 
Share this answer
 
Comments
A.Girish 15-Nov-13 6:09am    
Hello CEO, thats not i want ,plz clarify how to use that methods as events .IN API it shows it will fire when some task happens .can i make that method to normal event or just call that event.
OriginalGriff 15-Nov-13 6:24am    
Sorry, but that doesn't make any sense to me.
Please try again, perhaps with an example?
It's probably a translation thing, but I have no idea what you are trying to find out.
A.Girish 16-Nov-13 1:19am    
sorry mate i'm wrong in pointing out prblm
it solved..
A.Girish 16-Nov-13 1:20am    
Can u plz tell me when to use webapplication(Web form),website & MVC in Asp.net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900