ComponentChangedEventArgs.Component Свойство
Определение
Возвращает измененный компонент.Gets the component that was modified.
public:
property System::Object ^ Component { System::Object ^ get(); };
public object Component { get; }
member this.Component : obj
Public ReadOnly Property Component As Object
Значение свойства
Объект Object, представляющий измененный компонент.An Object that represents the component that was modified.