Cut
Run
Expand Minimize
This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.