Viewmodel class

Hi Guys,
I want to be able to code in the Dynamo UI using a .net class. I have already installed the zerotouch library but I still need some referances.

using Dynamo.Wpf.Extensions;
using Dynamo.Wpf.ViewModels.Watch3D;
using Dynamo.Graph.Workspaces;
using System;
using Dynamo.Controls;
using Dynamo.Graph.Nodes;

My target is to have the access to the events that updates the view model.

any idea ?

Search for and install the Dynamo Visual Programming WpfUILibrary nuget package. It will install all the required libraries and dependencies:

image

Hi,
Thanks Thomas for the instant reply. I will get that.Really apreciated.