Share via


LookupList<T>.OnChanged event

Raised after a change to this LookupList<T> object.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Event OnChanged As EventHandler
'Usage
Dim instance As LookupList
Dim handler As EventHandler

AddHandler instance.OnChanged, handler
public event EventHandler OnChanged

Remarks

Typically, this handler is called, possibly through a series of nested calls, by the set accessor of a property that wraps a LookupList<T> field just after it sets the field’s value.

See also

Reference

LookupList<T> class

LookupList<T> members

Microsoft.SharePoint.Linq namespace