Click or drag to resize

PropertyBagICustomTypeDescriptorGetEvents Method (Attribute)

Returns the events for this instance of a component using the specified attribute array as a filter.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
	Attribute[] attributes
)

Parameters

attributes
Type: SystemAttribute
An array of type Attribute that is used as a filter.

Return Value

Type: EventDescriptorCollection
An EventDescriptorCollection that represents the filtered events for this component instance.

Implements

ICustomTypeDescriptorGetEvents(Attribute)
See Also