Share via


DocContextChangeEvent.IsUndoRedo Property

InfoPath Developer Reference

A read-only property that returns a Boolean value indicating whether the context change event occurred in response to undoing operation or redoing an operation. Read-only

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.IsUndoRedo

expression   An expression that returns a DocContextChangeEvent object.

Return Value
Boolean

Remarks

Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See Also