IWebMatrixHost.TreeItemRemoved Event

Applies to v2.

Occurs when an item is removed from the file tree.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Event TreeItemRemoved As EventHandler(Of TreeItemEventArgs)
'Usage
Dim instance As IWebMatrixHost 
Dim handler As EventHandler(Of TreeItemEventArgs)

AddHandler instance.TreeItemRemoved, handler
event EventHandler<TreeItemEventArgs> TreeItemRemoved
event EventHandler<TreeItemEventArgs^>^ TreeItemRemoved {
    void add (EventHandler<TreeItemEventArgs^>^ value);
    void remove (EventHandler<TreeItemEventArgs^>^ value);
}
abstract TreeItemRemoved : IEvent<EventHandler<TreeItemEventArgs>,
    TreeItemEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Remarks

Any references to that file can be removed.

See Also

Reference

IWebMatrixHost Interface

Microsoft.WebMatrix.Extensibility Namespace