Example #1
0
 public void SizeUpdated(SizeUpdateEventArgs e)
 {
     if (OnSizeUpdated != null)
     {
         OnSizeUpdated(this, e);
     }
 }
Example #2
0
 public override void Device_OnSizeUpdated(object sender, SizeUpdateEventArgs e)
 {
     if (e._length != null)
     {
         this.UpdateLength((float)e._length);
     }
     else if (e._width != null)
     {
         this.UpdateWidth((float)e._width);
     }
 }
Example #3
0
 public override void Device_OnSizeUpdated(object sender, SizeUpdateEventArgs e)
 {
 }