[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView.GetEvents

GetEvents Method

GetEvents(Attribute[])

Returns the events for this instance of a component using the specified attribute array as a filter.

Declaration
public EventDescriptorCollection GetEvents(Attribute[] attributes)
Public Function GetEvents(attributes As Attribute()) As EventDescriptorCollection
Parameters
Type Name Description
Attribute[] attributes

An array of type Attribute that is used as a filter

Returns
Type Description
EventDescriptorCollection

An EventDescriptorCollection that represents the filtered events for this component instance.

Implements

GetEvents()

Returns the events for this instance of a component.

Declaration
public EventDescriptorCollection GetEvents()
Public Function GetEvents() As EventDescriptorCollection
Returns
Type Description
EventDescriptorCollection

An EventDescriptorCollection that represents the events for this component instance.

Implements