ESRI.ArcGIS.ADF.Local
ControlAdded Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class : ControlAdded Event




Syntax

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)Copy Code
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

Event Data

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.

PropertyDescription
Control Gets the control object used by this event.

Requirements

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

See Also

© 2011 All Rights Reserved.