TextBoxBase::DeclareChangeBlock Method ()
.NET Framework (current version)
Creates a change block.
Assembly: PresentationFramework (in PresentationFramework.dll)
A change block logically groups multiple changes into a single undo unit. A change block is created by calling the DeclareChangeBlock method. Calling the BeginChange method causes all subsequent changes to be included in the specified change block until a corresponding call to the EndChange method is made.
.NET Framework
Available since 3.0
Available since 3.0
Show: