ListBoxHost.SetValueCallback Delegate

Called by property descriptor when an item value has changed.

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

Syntax

'Declaration
Public Delegate Sub SetValueCallback ( _
    toSetValueOf As Object, _
    o As Object _
)
'Usage
Dim instance As New SetValueCallback(AddressOf HandlerMethod)
public delegate void SetValueCallback(
    Object toSetValueOf,
    Object o
)
public delegate void SetValueCallback(
    Object^ toSetValueOf, 
    Object^ o
)
JScript does not support delegates.
type SetValueCallback = 
    delegate of 
        toSetValueOf:Object * 
        o:Object -> unit

Parameters

  • toSetValueOf
    Type: System.Object
    The object that will have its value set

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace