UndoManager.DoTopLevelOperation(String, Action<UndoGroup>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void DoTopLevelOperation(System::String ^ description, Action<Microsoft::ReportDesigner::UndoGroup ^> ^ topLevelOperatonBody);
public void DoTopLevelOperation (string description, Action<Microsoft.ReportDesigner.UndoGroup> topLevelOperatonBody);
member this.DoTopLevelOperation : string * Action<Microsoft.ReportDesigner.UndoGroup> -> unit
Public Sub DoTopLevelOperation (description As String, topLevelOperatonBody As Action(Of UndoGroup))
Parameters
- description
- String