Miner.Desktop Assembly > Miner.Desktop Namespace > AUBrowserControl Class : ControlRemoved Event |
'Declaration <SRCategoryAttribute("Behavior")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Occurs when a control is removed from this control.")> Public Event ControlRemoved As System.Windows.Forms.ControlEventHandler
'Usage Dim instance As AUBrowserControl Dim handler As System.Windows.Forms.ControlEventHandler AddHandler instance.ControlRemoved, handler
[SRCategory("Behavior")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("Occurs when a control is removed from this control.")] public event System.Windows.Forms.ControlEventHandler ControlRemoved
The event handler receives an argument of type System.Windows.Forms.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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.