UniValue GetEvents Method ( Attribute )Nemiro.OAuth
Returns the events for this instance of a component using the specified attribute array as a filter.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public EventDescriptorCollection GetEvents(
	Attribute[] attributes
)

Parameters

attributes
Type:  System Attribute 
An array of type Attribute that is used as a filter.

Return Value

Type: EventDescriptorCollection

Implements

ICustomTypeDescriptor GetEvents( Attribute )
See Also