ArcFM Solution Developer Guide
ControlRemoved Event (LocateAndRelateLocatorControl)


Syntax
'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 LocateAndRelateLocatorControl
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
Event Data

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.

PropertyDescription
ControlGets the control object used by this event.  
Requirements

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.

See Also

Reference

LocateAndRelateLocatorControl Class
LocateAndRelateLocatorControl Members

 

 


Send Comment