System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Delegate
System.Void
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 method, or when you need a simple delegate but do not want to define one yourself.
Represents a delegate that can execute any method in managed code that is declared void and takes no parameters.