SiteMapNodeItemEventArgs Classe
Definizione
Fornisce i dati per gli eventi ItemCreated e ItemDataBound.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
- Ereditarietà
Commenti
L' SiteMapPath.ItemCreated evento viene generato quando un SiteMapNodeItem oggetto viene creato dal SiteMapPath controllo.The SiteMapPath.ItemCreated event is raised when a SiteMapNodeItem is created by the SiteMapPath control. L' SiteMapPath.ItemDataBound evento viene generato quando DataBind
viene chiamato sull'elemento durante una chiamata a SiteMapPath.CreateControlHierarchy.The SiteMapPath.ItemDataBound event is raised when DataBind
is called on the item during a call to SiteMapPath.CreateControlHierarchy.
Per altre informazioni su come gestire gli eventi, vedere la gestione e generazione di eventi.For more information about how to handle events, see Handling and Raising Events.
Costruttori
SiteMapNodeItemEventArgs(SiteMapNodeItem) |
Inizializza una nuova istanza della classe SiteMapNodeItemEventArgs, impostando come origine dell'evento l'oggetto SiteMapNodeItem specificato.Initializes a new instance of the SiteMapNodeItemEventArgs class, setting the specified SiteMapNodeItem object as the source of the event. |
Proprietà
Item |
Ottiene l'elemento nodo che costituisce l'origine dell'evento.Gets the node item that is the source of the event. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |