![]() ![]() |
ESRI.ArcGIS.ADF.Local | |
ControlAdded Event | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class : ControlAdded Event |
Visual Basic (Declaration) | |
---|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <BrowsableAttribute(True)> <SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("Occurs when a control is added to this control.")> Public Event ControlAdded As ControlEventHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As OLE Dim handler As ControlEventHandler AddHandler instance.ControlAdded, handler |
C# | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [BrowsableAttribute(true)] [SRCategoryAttribute("Behavior")] [SRDescriptionAttribute("Occurs when a control is added to this control.")] public event ControlEventHandler ControlAdded |
The event handler receives an argument of type ControlEventArgs containing data related to this event. The following ControlEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Control | Gets the control object used by this event. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family