![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ControlRemoved Event | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > GISResourceItemDefinitionEditorForm Class : ControlRemoved Event |
Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(True)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Occurs when a control is removed from this control.")> <SRCategoryAttribute("Behavior")> Public Event ControlRemoved As ControlEventHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GISResourceItemDefinitionEditorForm Dim handler As ControlEventHandler AddHandler instance.ControlRemoved, handler |
C# | |
---|---|
[BrowsableAttribute(true)] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SRDescriptionAttribute("Occurs when a control is removed from this control.")] [SRCategoryAttribute("Behavior")] public event ControlEventHandler ControlRemoved |
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