GraphCategoryChangedEventArgs(GraphCategory, GraphCategoryChangeType) 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.
public:
GraphCategoryChangedEventArgs(Microsoft::VisualStudio::GraphModel::GraphCategory ^ category, Microsoft::VisualStudio::GraphModel::GraphCategoryChangeType changeType);
public GraphCategoryChangedEventArgs (Microsoft.VisualStudio.GraphModel.GraphCategory category, Microsoft.VisualStudio.GraphModel.GraphCategoryChangeType changeType);
new Microsoft.VisualStudio.GraphModel.GraphCategoryChangedEventArgs : Microsoft.VisualStudio.GraphModel.GraphCategory * Microsoft.VisualStudio.GraphModel.GraphCategoryChangeType -> Microsoft.VisualStudio.GraphModel.GraphCategoryChangedEventArgs
Public Sub New (category As GraphCategory, changeType As GraphCategoryChangeType)
Parameters
- category
- GraphCategory
- changeType
- GraphCategoryChangeType