An NDoc Documented Class Library

MNComponent.UpDating Method 

If you make some changing in the component you should call first
UpDating()
..Change some things
UpDated()
In this case the method UpDate will be called only one time. Internal a counter will be incremented for UpDating and decremented by UpDated. If he is 0 then UpDate is called. See UpDated

public virtual void UpDating();

See Also

MNComponent Class | Minais.Drawing3d Namespace