_EProjectApp2.OnUndoOrRedo(String, String, Boolean) 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 OnUndoOrRedo(System::String ^ bstrLabel, System::String ^ bstrGUID, bool fUndo);
public void OnUndoOrRedo (string bstrLabel, string bstrGUID, bool fUndo);
abstract member OnUndoOrRedo : string * string * bool -> unit
Public Sub OnUndoOrRedo (bstrLabel As String, bstrGUID As String, fUndo As Boolean)
Parameters
- bstrLabel
- String
- bstrGUID
- String
- fUndo
- Boolean