ComponentChangedEventArgs.Component Property

Definition

Gets the component that was modified.

public:
 property System::Object ^ Component { System::Object ^ get(); };
public object Component { get; }
public object? Component { get; }
member this.Component : obj
Public ReadOnly Property Component As Object

Property Value

An Object that represents the component that was modified.

Applies to