ToolWindowPropertyChangedArgs(String, String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.