PropertyGroup.SetValue Event

Occurs when the user changes the value of a property in a PropertyGrid.

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

Syntax

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

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

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

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