ShapeUpdatedHandlerΒΆ

class ShapeUpdatedHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable

Gets called when a shape changes one of the parameters. For example the size of a box is changed.

public void Invoke()
public System.IAsyncResult BeginInvoke(System.AsyncCallback callback, System.Object object)
Parameters:
  • callback (System.AsyncCallback) –
  • object (System.Object) –
public void EndInvoke(System.IAsyncResult result)
Parameters:
  • result (System.IAsyncResult) –