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