_EProjectApp2_OnUndoOrRedoEventHandler Delegate
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 delegate void _EProjectApp2_OnUndoOrRedoEventHandler(System::String ^ bstrLabel, System::String ^ bstrGUID, bool fUndo);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _EProjectApp2_OnUndoOrRedoEventHandler(string bstrLabel, string bstrGUID, bool fUndo);
type _EProjectApp2_OnUndoOrRedoEventHandler = delegate of string * string * bool -> unit
Public Delegate Sub _EProjectApp2_OnUndoOrRedoEventHandler(bstrLabel As String, bstrGUID As String, fUndo As Boolean)
Parameters
- bstrLabel
- String
- bstrGUID
- String
- fUndo
- Boolean
- Attributes