ToolWindowPropertyChangedArgs Class

Definition

The arguments that are sent to the IObserver when a tool window property changes.

[System.Runtime.Serialization.DataContract]
public class ToolWindowPropertyChangedArgs
[<System.Runtime.Serialization.DataContract>]
type ToolWindowPropertyChangedArgs = class
Public Class ToolWindowPropertyChangedArgs
Inheritance
ToolWindowPropertyChangedArgs
Attributes

Constructors

ToolWindowPropertyChangedArgs(String, String, Object)

Initializes a new instance of the ToolWindowPropertyChangedArgs class.

Properties

Identifier

Gets the identifier of the tool window whose property changed.

NewValue

Gets the new value for the tool window property that changed.

PropertyName

Gets the name of tool window property that changed.

Applies to