Click or drag to resize

PropertyBagICustomTypeDescriptorGetDefaultEvent Method

Returns the default event for this instance of a component.

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
EventDescriptor ICustomTypeDescriptor.GetDefaultEvent()

Return Value

Type: EventDescriptor
An EventDescriptor that represents the default event for this object, or null if this object does not have events.

Implements

ICustomTypeDescriptorGetDefaultEvent
See Also