ToolWindowPropertyChangedArgs(String, String, Object) Constructor

Definition

Initializes a new instance of the ToolWindowPropertyChangedArgs class.

public ToolWindowPropertyChangedArgs (string identifier, string propertyName, object? newValue);
new Microsoft.VisualStudio.RpcContracts.ToolWindows.ToolWindowPropertyChangedArgs : string * string * obj -> Microsoft.VisualStudio.RpcContracts.ToolWindows.ToolWindowPropertyChangedArgs
Public Sub New (identifier As String, propertyName As String, newValue As Object)

Parameters

identifier
String

The identifier for the tool window.

propertyName
String

The name of the tool window property that changed.

newValue
Object

The new value of the tool window property that changed.

Applies to