| 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.2.0.0 (1.2.16.0406)
SyntaxEventDescriptor ICustomTypeDescriptor.GetDefaultEvent()
Private Function GetDefaultEvent As EventDescriptor
	Implements 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