Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
	Attribute[] attributes
)
Visual Basic
Private Function GetEvents ( _
	attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parameters

attributes
Type: array<System..::..Attribute>[]()[][]

Implements

ICustomTypeDescriptor..::..GetEvents(array<Attribute>[]()[][])

See Also