SiteMapNodeItemEventArgs Klasse
Definition
Stellt Daten für das ItemCreated-Ereignis und das ItemDataBound-Ereignis bereit.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
- Vererbung
Hinweise
Das SiteMapPath.ItemCreated -Ereignis wird ausgelöst, SiteMapNodeItem wenn ein vom SiteMapPath -Steuerelement erstellt wird.The SiteMapPath.ItemCreated event is raised when a SiteMapNodeItem is created by the SiteMapPath control. Das SiteMapPath.ItemDataBound -Ereignis wird ausgelöst DataBind
, wenn für das Element während eines Aufrufs SiteMapPath.CreateControlHierarchyvon aufgerufen wird.The SiteMapPath.ItemDataBound event is raised when DataBind
is called on the item during a call to SiteMapPath.CreateControlHierarchy.
Weitere Informationen zum Behandeln von Ereignissen finden Sie unter behandeln und Auslösen von Ereignissen.For more information about how to handle events, see Handling and Raising Events.
Konstruktoren
SiteMapNodeItemEventArgs(SiteMapNodeItem) |
Initialisiert eine neue Instanz der SiteMapNodeItemEventArgs-Klasse und legt das angegebene SiteMapNodeItem-Objekt als Quelle des Ereignisses fest.Initializes a new instance of the SiteMapNodeItemEventArgs class, setting the specified SiteMapNodeItem object as the source of the event. |
Eigenschaften
Item |
Ruft das Knotenelement ab, das die Quelle des Ereignisses ist.Gets the node item that is the source of the event. |
Methoden
Equals(Object) |
Ermittelt, ob das angegebene Objekt und das aktuelle Objekt gleich sind.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Dient als die Standard-HashfunktionServes as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |