Share via


INodeContainer4.RefreshCommandBeginAsync Property

Definition

Gets or sets the AsyncEvent<TEventArgs> that notifies at the start of a refresh command.

public:
 property Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ RefreshCommandBeginAsync { Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> RefreshCommandBeginAsync { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs>? RefreshCommandBeginAsync { get; set; }
member this.RefreshCommandBeginAsync : Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> with get, set
Public Property RefreshCommandBeginAsync As AsyncEvent(Of EventArgs)

Property Value

Applies to