CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    43

    Delegates & Events

    Hey all.

    I'm really trying to get my head around delegate events, essentially I want to do some processing in a class, and I want a form control to subscribe to my delegate event to display the latest information about the proccessing.

    I can understand delegates when they are within one class, form class for example. However what I don't understand is the sending of information to a control within a different class. I'd be gratful is someone could explain how this works or an annotated demonstration. The book I have doesn't really explain the process above.

    Thanks.
    New to C# | Using VS 2008 with 3.5.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Delegates & Events


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured