PropertyChangedEventArgs Класс
Определение
Предоставляет данные для события PropertyChanged.Provides data for the PropertyChanged event.
public ref class PropertyChangedEventArgs : EventArgs
public class PropertyChangedEventArgs : EventArgs
type PropertyChangedEventArgs = class
inherit EventArgs
Public Class PropertyChangedEventArgs
Inherits EventArgs
- Наследование
Комментарии
PropertyChanged Событие возникает при изменении свойства компонента.A PropertyChanged event is raised when a property is changed on a component. PropertyChangedEventArgs Объект указывает имя измененного свойства.A PropertyChangedEventArgs object specifies the name of the property that changed.
PropertyChangedEventArgsPropertyName предоставляет свойство для получения имени измененного свойства.PropertyChangedEventArgs provides the PropertyName property to get the name of the property that changed.
Конструкторы
PropertyChangedEventArgs(String) |
Инициализирует новый экземпляр класса PropertyChangedEventArgs.Initializes a new instance of the PropertyChangedEventArgs class. |
Свойства
PropertyName |
Получает имя измененного свойства.Gets the name of the property that changed. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |