NotifyDelete Method
Visual Studio .NET 2003
A method that an Automation Extender is expected to call back upon to notify its site when it is being destroyed.
[Visual Basic .NET]
Public Sub NotifyDelete( _ ByVal Cookie As Int _ )
[Visual Basic 6]
Sub NotifyDelete( _ ByVal Cookie As Int _ )
[C++]
HRESULT __stdcall NotifyDelete( int Cookie );
[C#]
void NotifyDelete( int Cookie );
[JScript .NET]
public function NotifyDelete( Cookie : int )
Parameters
- Cookie
- Required. The cookie identifying the Extender. This is passed to the Extender Provider when it is asked for the Extender.
See Also
Implementing and Using Automation Extenders | GetExtender Method (IExtenderProvider Interface) | GetExtender Method (IExtenderProviderUnk Interface)
Applies To: IExtenderSite Interface