Method BeginUpdate
BeginUpdate(UpdateReason)
When implemented by a class, prevents object state updating until calling EndUpdate
method.
int BeginUpdate(UpdateReason reason)
Parameters
reason
UpdateReasonReason of the source state updating.
Returns
- int
Number of object state updating locks.