NotifyRootWidgetChanging() private method

private NotifyRootWidgetChanging ( ) : void
return void
Example #1
0
 public void NotifyRootWidgetChanging()
 {
     GuiDispatch.InvokeSync(
         delegate { if (!disposed)
                    {
                        designer.NotifyRootWidgetChanging();
                    }
         }
         );
 }