ControlEventArgs

ControlEventArgs

System. Windows .Forms (system. windows .forms.dll) class

These are the EventArgs for the ControlAdded and ControlRemoved events, raised by a Control when objects are added to, or removed from, its ControlCollection . You can retrieve the identity of the object affected by using the Control property.

 public class  ControlEventArgs  : EventArgs {  // Public Constructors  public  ControlEventArgs  (Control  control  );  // Public Instance Properties  public Control  Control  {get; } } 

Hierarchy

System.Object System.EventArgs ControlEventArgs

Passed To

Control.{OnControlAdded() , OnControlRemoved()} , ControlEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net