__NamespaceDeletionEvent
[This is preliminary documentation and subject to change.]
An instance of the __NamespaceDeletionEvent system class is generated whenever a namespace is deleted.
class __NamespaceDeletionEvent : __NamespaceOperationEvent
{
// Namespace TargetNamespace; inherited from superclass
};
Properties
-
TargetNamespace
-
Inherited from __NamespaceOperationEvent. This contains a copy of the __Namespace instance that was deleted. An examination of the embedded instance's Name property indicates which namespace was deleted.
See Also
__NamespaceOperationEvent