System.Data.DataViewManagerListItemTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Méthode

ICustomTypeDescriptor() private méthode

Retrieves an array of events that the given component instance provides. This may differ from the set of events the class provides. If the component is sited, the site may add or remove additional events.
private ICustomTypeDescriptor ( ) : EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection
        EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => new EventDescriptorCollection(null);

Same methods

DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : AttributeCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptor
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : TypeConverter
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : string