Question | Answer |
how we raise event handlers? | we have the class that event(handller) is defined there (publisher class,which is something like subject class in observer design pattetrn), from there we raise(Invoke) events... |
what s the general syntax of declaring an event and its handller? | public event eventhandller(delegate) myevent() |
why we use event keyword ? why we just dont use eventhanller? |
Want to create your own Flashcards for free with GoConqr? Learn more.