interface IComponent
in global :: System . ComponentModel
Provides functionality required by all components.
public ISite Site { get; set; }
Gets or sets the associated with the .
- Returns The object associated with the component; or , if the component does not have a site.
public void remove_Disposed( EventHandler value )
😔 No documentation found.
public void add_Disposed( EventHandler value )
😔 No documentation found.