SubMenuStyle::ICustomTypeDescriptor::GetEvents Method (array<Attribute^>^)
.NET Framework (current version)
For a description of this member, see ICustomTypeDescriptor::GetEvents(array<Attribute^>^).
Assembly: System.Web (in System.Web.dll)
private: virtual EventDescriptorCollection^ GetEvents( array<Attribute^>^ attributes ) sealed = ICustomTypeDescriptor::GetEvents
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of type Attribute that is used as a filter.
Return Value
Type: System.ComponentModel::EventDescriptorCollection^An EventDescriptorCollection that contains the filtered events for this instance.
This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: