_EProjectApp2_OnUndoOrRedoEventHandler Delegate

Definition

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

Applies to