|     | 
| ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
| ControlAdded Event | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources.IMS.Design Namespace > ArcIMSIdentityEditorForm 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) |  Copy Code | 
|---|---|
| Dim instance As ArcIMSIdentityEditorForm 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
 
     
    