UndoItemEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for the UndoItemAdded and UndoItemDiscarded events
public ref class UndoItemEventArgs : EventArgs
public class UndoItemEventArgs : EventArgs
type UndoItemEventArgs = class
inherit EventArgs
Public Class UndoItemEventArgs
Inherits EventArgs
- Inheritance
-
UndoItemEventArgs
Constructors
UndoItemEventArgs(TransactionItem) |
Cunstructor |
Properties
TransactionItem |
The transaction item for the undo item |