Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​ComponentModel.​ITypeDescriptorContext

Assembly: System.ComponentModel.TypeConverter

Implemented Interfaces

Provides contextual information about a component, such as its container and property descriptor.

Properties

Container
Gets the container representing this <see cref="T:System.ComponentModel.TypeDescriptor" /> request.
object
Instance
Gets the object that is connected with this type descriptor request.
PropertyDescriptor
Gets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> that is associated with the given context item.

Methods

void
OnComponentChanged​()
Raises the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged" /> event.
bool
OnComponentChanging​()
Raises the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging" /> event.
Returns <see langword="true" /> if this object can be changed; otherwise, <see langword="false" /> .