PropertyChangedEventArgs<T>(T[]) 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 PropertyChangedEventArgs<T> class.
public:
PropertyChangedEventArgs(... cli::array <T> ^ properties);
public PropertyChangedEventArgs (params T[] properties);
new Microsoft.VisualStudio.Workspace.PropertyChangedEventArgs<'T> : 'T[] -> Microsoft.VisualStudio.Workspace.PropertyChangedEventArgs<'T>
Public Sub New (ParamArray properties As T())
Parameters
- properties
- T[]
Array of properties that changed