BeginInvoke and delegate

CodeKeep C# Feed Giugno 5th, 2008

Description: BeginInvoke and delegate

Link: http://www.codekeep.net/snippets/dc4a8b62-af79-4262-9902-5acb030ccf9e.aspx

   BeginInvoke(new MethodInvoker(delegate
            {
                this.splitContainerControl1.SplitterPosition = 25;
            }));

  • .NET
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Comments are closed.

Trackback URI |