ToolWindowPropertyChangedArgs Class
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.
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. |