DbDataRecord::ICustomTypeDescriptor::GetDefaultEvent Method ()

 

Returns the default event for this instance of a component.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

private:
virtual EventDescriptor^ GetDefaultEvent() sealed = ICustomTypeDescriptor::GetDefaultEvent

Return Value

Type: System.ComponentModel::EventDescriptor^

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

For more information, see GetDefaultEvent.

.NET Framework
Available since 1.1
Return to top
Show: