DataRowView.ICustomTypeDescriptor.GetEvents Method

Definition

Returns the events for this instance of a component.

Overloads

ICustomTypeDescriptor.GetEvents()

Returns the events for this instance of a component.

ICustomTypeDescriptor.GetEvents(Attribute[])

Returns the events for this instance of a component with specified attributes.

Remarks

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

ICustomTypeDescriptor.GetEvents()

Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
DataRowView.cs

Returns the events for this instance of a component.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Returns

The events for this instance of a component.

Implements

Remarks

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

Applies to

ICustomTypeDescriptor.GetEvents(Attribute[])

Source:
DataRowView.cs
Source:
DataRowView.cs
Source:
DataRowView.cs

Returns the events for this instance of a component with specified attributes.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parameters

attributes
Attribute[]

The attributes.

Returns

The events for this instance of a component.

Implements

Remarks

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

Applies to