[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.UnlockHistory

UnlockHistory Method

UnlockHistory(HistorySavedActionsEnum, string)

Unlocks (resumes) adding of new items to ViewHistory temporarily locked by a previous call to LockHistory().

Declaration
public void UnlockHistory(HistorySavedActionsEnum userAction, string historyItemCaption)
Parameters
Type Name Description
HistorySavedActionsEnum userAction

Action that was performed between the call to LockHistory() and this call to UnlockHistory(HistorySavedActionsEnum, string). This action is added to history.

string historyItemCaption

Caption for the userAction history item.