PropertyGroup.GetValue Event

Occurs when a PropertyGrid requests the value of a property.

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

Syntax

'Declaration
Public Event GetValue As EventHandler(Of PropertyItemEventArgs)
'Usage
Dim instance As PropertyGroup
Dim handler As EventHandler(Of PropertyItemEventArgs)

AddHandler instance.GetValue, handler
public event EventHandler<PropertyItemEventArgs> GetValue
public:
 event EventHandler<PropertyItemEventArgs^>^ GetValue {
    void add (EventHandler<PropertyItemEventArgs^>^ value);
    void remove (EventHandler<PropertyItemEventArgs^>^ value);
}
JScript does not support events.
member GetValue : IEvent<EventHandler<PropertyItemEventArgs>,
    PropertyItemEventArgs>

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

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