Related resources for Action Delegate
  • Action and Func Delegates in C# .NET2/15/2022 10:23:58 AM. Func and Action generic delegates were introduced in .NET 3.5. In this article, you will learn how to implement func and action in C#.
  • Action Delegate Using Lambda Expression In C#8/9/2019 11:25:02 AM. This video shows the practical usage of Action Delegate in C# using Lambda expression.
  • Difference between Func, Action and Predicate Delegates4/28/2015 7:01:07 AM. This Video provides a clear difference between Func,Action and Predicate Delegates which is one of the most frequently asked questions in Interview's these days. This Video demonstrates the difference between Func, Action and Predicate with explanation and simple and easy to understand example to answer the question.
  • Action Delegates9/2/2014 11:55:22 PM. This article describes the action delegates.
  • Play With Action Delegates in ASP.NET10/9/2012 7:32:37 PM. Today, in this article let’s play around with one of the interesting and most useful concepts in C#.