PropertyGroup.ICustomTypeDescriptor.GetDefaultEvent Method

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

Syntax

'Declaration
Private Function GetDefaultEvent As EventDescriptor
    Implements ICustomTypeDescriptor.GetDefaultEvent
'Usage
Dim instance As PropertyGroup
Dim returnValue As EventDescriptor

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

Return Value

Type: System.ComponentModel.EventDescriptor

Implements

ICustomTypeDescriptor.GetDefaultEvent()

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

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