PropertyGroup.ICustomTypeDescriptor.GetEvents Method

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Private Function GetEvents As EventDescriptorCollection
    Implements ICustomTypeDescriptor.GetEvents
'Usage
Dim instance As PropertyGroup
Dim returnValue As EventDescriptorCollection

returnValue = CType(instance, ICustomTypeDescriptor).GetEvents()
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
JScript does not support explicit interface implementations.
private abstract GetEvents : unit -> EventDescriptorCollection 
private override GetEvents : unit -> EventDescriptorCollection 

Return Value

Type: System.ComponentModel.EventDescriptorCollection

Implements

ICustomTypeDescriptor.GetEvents()

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

GetEvents Overload

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace