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 | |
---|---|---|
TreeItemEventArgs | Initializes a new instance of the TreeItemEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
HierarchyId | Gets a HierachyId used to find the SiteItem from the WebMatrixHost. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.