ProjectChangedEventArgs Klasse
Definition
Ereignisargumente für das ProjectCollectionChanged-Ereignis.Event arguments for the ProjectCollectionChanged event.
public ref class ProjectChangedEventArgs : EventArgs
public class ProjectChangedEventArgs : EventArgs
type ProjectChangedEventArgs = class
inherit EventArgs
Public Class ProjectChangedEventArgs
Inherits EventArgs
- Vererbung
Eigenschaften
Project |
Ruft das Projekt ab, das als "modifiziert" gekennzeichnet war.Gets the project that was marked dirty. |
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) |