Delegate

You can design the following types of C# delegates:


{
 public delegate int ActionOccurred();
}

{
 public class Worker
 {
  public delegate  WorkStarted();
 }
}


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com