SubMenuStyle.ICustomTypeDescriptor.GetEvents Method

Definition

For a description of this member, see ICustomTypeDescriptor.GetEvents.

Overloads

ICustomTypeDescriptor.GetEvents()

For a description of this member, see GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

For a description of this member, see GetEvents(Attribute[]).

Remarks

This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

ICustomTypeDescriptor.GetEvents()

For a description of this member, see GetEvents().

C#
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();

Returns

An EventDescriptorCollection that contains the events for this instance.

Implements

Remarks

This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ICustomTypeDescriptor.GetEvents(Attribute[])

For a description of this member, see GetEvents(Attribute[]).

C#
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);

Parameters

attributes
Attribute[]

An array of type Attribute that is used as a filter.

Returns

An EventDescriptorCollection that contains the filtered events for this instance.

Implements

Remarks

This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

Applies to

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1