Share via


PolicyLabel.OnCustomDataChange method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Sub OnCustomDataChange ( _
    policyItem As PolicyItem, _
    ct As SPContentType _
)
'Usage
Dim instance As PolicyLabel
Dim policyItem As PolicyItem
Dim ct As SPContentType

instance.OnCustomDataChange(policyItem, _
    ct)
public void OnCustomDataChange(
    PolicyItem policyItem,
    SPContentType ct
)

Parameters

Implements

IPolicyFeature.OnCustomDataChange(PolicyItem, SPContentType)

See also

Reference

PolicyLabel class

PolicyLabel members

Microsoft.Office.RecordsManagement.PolicyFeatures namespace