Edit

Share via


ComponentChangingEventArgs.Component Property

Definition

Gets the component that is about to be changed or the component that is the parent container of the member that is about to be changed.

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

The component that is about to have a member changed.

Applies to