NotifyBindField() private method

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