Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs after a TaxonomyField object is added.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Sub OnAdded ( _
op As SPAddFieldOptions _
)
'Usage
Dim instance As TaxonomyField
Dim op As SPAddFieldOptions
instance.OnAdded(op)
public override void OnAdded(
SPAddFieldOptions op
)
Parameters
op
Type: Microsoft.SharePoint.SPAddFieldOptionsAn SPAddFieldOptions value that specifies an option that is implemented after the field is created.