TreeItemEventArgs Class

Applies to v2.

Represents an event data associated with tree items being added and removed.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.WebMatrix.Extensibility.TreeItemEventArgs

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

Syntax

'Declaration
Public MustInherit Class TreeItemEventArgs _
    Inherits EventArgs
'Usage
Dim instance As TreeItemEventArgs
public abstract class TreeItemEventArgs : EventArgs
public ref class TreeItemEventArgs abstract : public EventArgs
[<AbstractClassAttribute>]
type TreeItemEventArgs =  
    class 
        inherit EventArgs 
    end
public abstract class TreeItemEventArgs extends EventArgs

The TreeItemEventArgs type exposes the following members.

Constructors

  Name Description
Protected method TreeItemEventArgs Initializes a new instance of the TreeItemEventArgs class.

Top

Properties

  Name Description
Public property HierarchyId Gets a HierachyId used to find the SiteItem from the WebMatrixHost.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace