Handles OnRemoved events.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Event Removed As EventHandler
'使用
Dim instance As Task
Dim handler As EventHandler
AddHandler instance.Removed, handler
public event EventHandler Removed
public:
event EventHandler^ Removed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.