The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MethodInvoker Delegate
.NET Framework (current version)
Represents a delegate that can execute any method in managed code that is declared void and takes no parameters.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
MethodInvoker provides a simple delegate that is used to invoke a method with a void parameter list. This delegate can be used when making calls to a control's Invoke method, or when you need a simple delegate but do not want to define one yourself.
.NET Framework
Available since 1.1
Available since 1.1
Show: