System.ComponentModel Namespace |
Class | Description | |
---|---|---|
![]() | BrowsableAttribute |
Specifies whether a property or event should be displayed in
a property browsing window.
|
![]() | CategoryAttribute |
Specifies the name of the category in which to group the property or event
when displayed in a System.Windows.Forms.PropertyGrid control set to Categorized
mode.
|
![]() | DefaultValueAttribute |
Specifies the default value for a property.
|
![]() | DescriptionAttribute |
Specifies a description for a property or event.
|
![]() | DesignerCategoryAttribute |
Specifies that the designer for a class belongs to a certain category.
|
![]() | EditorBrowsableAttribute |
Specifies that a property or method is viewable in an editor. This class
cannot be inherited.
|
![]() | PropertyChangedEventArgs |
Provides data for the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.
|
Interface | Description | |
---|---|---|
![]() | INotifyPropertyChanged |
Notifies clients that a property value has changed.
|
Delegate | Description | |
---|---|---|
![]() | PropertyChangedEventHandler |
Represents the method that will handle the System.ComponentModel.INotifyPropertyChanged.PropertyChanged
event raised when a property is changed on a component.
|
Enumeration | Description | |
---|---|---|
![]() | EditorBrowsableState |
Specifies the browsable state of a property or method from within an editor.
|