Share via


LocalizableProperties.GetDefaultEvent Method

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function GetDefaultEvent As EventDescriptor
'Usage
Dim instance As LocalizableProperties 
Dim returnValue As EventDescriptor 

returnValue = instance.GetDefaultEvent()
public EventDescriptor GetDefaultEvent()
public:
virtual EventDescriptor^ GetDefaultEvent() sealed
public final function GetDefaultEvent() : EventDescriptor

Return Value

Type: System.ComponentModel.EventDescriptor

Implements

ICustomTypeDescriptor.GetDefaultEvent()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

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