Dynamo.Graph.Workspaces.WorkspaceModel.ReportPosition C# (CSharp) Method

ReportPosition() public method

Called when workspace position is changed. This method notifyies all the listeners when a workspace is changed.
public ReportPosition ( ) : void
return void
        public void ReportPosition()
        {
            RaisePropertyChanged("Position");
        }
WorkspaceModel