An NDoc Documented Class Library

MNComponent.UpDated 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 UpDating

public virtual void UpDated();

See Also

MNComponent Class | Minais.Drawing3d Namespace