Share via


LocalizableProperties.GetEvents 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 GetEvents As EventDescriptorCollection
'Usage
Dim instance As LocalizableProperties 
Dim returnValue As EventDescriptorCollection 

returnValue = instance.GetEvents()
public EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents() sealed
public final function GetEvents() : EventDescriptorCollection

Return Value

Type: System.ComponentModel.EventDescriptorCollection

Implements

ICustomTypeDescriptor.GetEvents()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

GetEvents Overload

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