TaxonomyField.OnDeleting Method
Occurs when a TaxonomyField object is being deleted.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Sub OnDeleting
'Usage
Dim instance As TaxonomyField
instance.OnDeleting()
public override void OnDeleting()
Remarks
This method removes the TaxonomyField object, and any event receivers and timer jobs associated with the [TaxonomyField] from the list.