RefreshEventArgs.ComponentChanged Property

Definition

Gets the component that changed its properties, events, or extenders.

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

Property Value

The component that changed its properties, events, or extenders, or null if all components of the same type have changed.

Applies to