UndoUnitEventArgs Class
Definition
Represents the argument that is passed to the UndoUnitAdded event.
public ref class UndoUnitEventArgs : EventArgs
public class UndoUnitEventArgs : EventArgs
type UndoUnitEventArgs = class
inherit EventArgs
Public Class UndoUnitEventArgs
Inherits EventArgs
- Inheritance
Constructors
UndoUnitEventArgs() |
Initializes a new instance of the UndoUnitEventArgs class. |
Properties
UndoUnit |
Gets or sets the UndoUnit to be passed to the UndoUnitAdded event. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |