DynamicTypeService.OnTypeObsolete Method

Raised when a type has been made obsolete, that is, when it no longer resolves.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public MustOverride Sub OnTypeObsolete ( _
    e As TypeObsoleteEventArgs _
)
public abstract void OnTypeObsolete(
    TypeObsoleteEventArgs e
)
public:
virtual void OnTypeObsolete(
    TypeObsoleteEventArgs^ e
) abstract
abstract OnTypeObsolete : 
        e:TypeObsoleteEventArgs -> unit
public abstract function OnTypeObsolete(
    e : TypeObsoleteEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DynamicTypeService Class

Microsoft.VisualStudio.Shell.Design Namespace