ContentControlDeletingEventArgs Interface
Provides data for the Deleting event of a content control.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
<GuidAttribute("9179ff8d-0031-4375-a1b0-608d11d2b5b5")> _
Public Interface ContentControlDeletingEventArgs
[GuidAttribute("9179ff8d-0031-4375-a1b0-608d11d2b5b5")]
public interface ContentControlDeletingEventArgs
The ContentControlDeletingEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
InUndoRedo | Gets a value that indicates whether the Deleting event was raised as part of an undo or redo action. |
Top