Share via


ContentControlDeletingEventArgs.InUndoRedo Property (2007 System)

Gets a value that indicates whether the Deleting event was raised as part of an undo or redo action.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property InUndoRedo As Boolean
'Usage
Dim instance As ContentControlDeletingEventArgs 
Dim value As Boolean 

value = instance.InUndoRedo
public bool InUndoRedo { get; }
public:
property bool InUndoRedo {
    bool get ();
}
public function get InUndoRedo () : boolean

Property Value

Type: System.Boolean
true if the event was raised as part of an undo or redo action; otherwise, false.

.NET Framework Security

See Also

Reference

ContentControlDeletingEventArgs Class

ContentControlDeletingEventArgs Members

Microsoft.Office.Tools.Word Namespace