[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.CustomProperties.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)
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()
Returns
Type Description
EventDescriptorCollection

An EventDescriptorCollection that represents the events for this component instance.

Implements