SiteMapNodeItemEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the ItemCreated and ItemDataBound events.
public ref class SiteMapNodeItemEventArgs : EventArgs
public class SiteMapNodeItemEventArgs : EventArgs
type SiteMapNodeItemEventArgs = class
inherit EventArgs
Public Class SiteMapNodeItemEventArgs
Inherits EventArgs
- Inheritance
Remarks
The SiteMapPath.ItemCreated event is raised when a SiteMapNodeItem is created by the SiteMapPath control. The SiteMapPath.ItemDataBound event is raised when DataBind
is called on the item during a call to SiteMapPath.CreateControlHierarchy.
For more information about how to handle events, see Handling and Raising Events.
Constructors
SiteMapNodeItemEventArgs(SiteMapNodeItem) |
Initializes a new instance of the SiteMapNodeItemEventArgs class, setting the specified SiteMapNodeItem object as the source of the event. |
Properties
Item |
Gets the node item that is the source of the event. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |