SPDataSourceViewResultItem.ICustomTypeDescriptor.GetEvents Method (Attribute )
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEvents ( _
attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
'Usage
Dim instance As SPDataSourceViewResultItem
Dim attributes As Attribute()
Dim returnValue As EventDescriptorCollection
returnValue = CType(instance, ICustomTypeDescriptor).GetEvents(attributes)
EventDescriptorCollectionICustomTypeDescriptor.GetEvents(
Attribute[] attributes
)
Parameters
- attributes
Type: []
Return Value
Type: System.ComponentModel.EventDescriptorCollection
Implements
ICustomTypeDescriptor.GetEvents([])
See Also
Reference
SPDataSourceViewResultItem Class