WebPartMenuStyle.ICustomTypeDescriptor.GetDefaultEvent Method ()
.NET Framework (current version)
Returns the default event for this instance of a component. This method implements the ICustomTypeDescriptor.GetDefaultEvent method.
Assembly: System.Web (in System.Web.dll)
private abstract GetDefaultEvent : unit -> EventDescriptor private override GetDefaultEvent : unit -> EventDescriptor
Return Value
Type: System.ComponentModel.EventDescriptorAn EventDescriptor that represents the default event for this object, or null if the object has no events.
Implements
ICustomTypeDescriptor.GetDefaultEvent()
.NET Framework
Available since 2.0
Available since 2.0
Show: