SPWebPartTransformerCollection.OnSet Method

This member overrides CollectionBase.OnSet(Int32, Object, Object).

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

Syntax

'Declaration
Protected Overrides Sub OnSet ( _
    index As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'Usage
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object

Me.OnSet(index, oldValue, newValue)
protected override void OnSet(
    int index,
    Object oldValue,
    Object newValue
)

Parameters

See Also

Reference

SPWebPartTransformerCollection Class

SPWebPartTransformerCollection Members

Microsoft.SharePoint.WebPartPages Namespace