C# Class Evbpc.Framework.Windows.Forms.ControlEventArgs

Provides data for the Control.ControlAdded and Control.ControlRemoved events.
http://msdn.microsoft.com/en-us/library/System.Windows.Forms.ControlEventArgs(v=vs.110).aspx
Inheritance: System.EventArgs
Show file Open project: EBrown8534/Framework Class Usage Examples

Public Methods

Method Description
ControlEventArgs ( Control control ) : System

Initializes a new instance of the ControlEventArgs class for the specified control.

http://msdn.microsoft.com/en-us/library/system.windows.forms.controleventargs.controleventargs(v=vs.110).aspx

Method Details

ControlEventArgs() public method

Initializes a new instance of the ControlEventArgs class for the specified control.
http://msdn.microsoft.com/en-us/library/system.windows.forms.controleventargs.controleventargs(v=vs.110).aspx
public ControlEventArgs ( Control control ) : System
control Control The to store in this event.
return System