March 2003
Intermediate to advanced
896 pages
32h 35m
English
ControlEventArgs
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; } }
System.Object
→ System.EventArgs → ControlEventArgs
Control.{OnControlAdded(),
OnControlRemoved()},
ControlEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access