Exemplo n.º 1
0
 protected virtual void OnLocationChanged()
 {
     if (LocationChanged != null)
     {
         foreach (Action <Point> pe in LocationChanged.GetInvocationList())
         {
             pe(_Location);
         }
     }
 }