'Declaration Public Function New( _
ByVal changeActionTypeThe change action, which occured in undo managers dispatcher.As UndoManagersDispatcherChangeActionType, _
ByVal changedItemThe item that was changed.As T _
)
public UndoManagersDispatcherChangedEventArgs<T>(
UndoManagersDispatcherChangeActionType changeActionType,
T changedItem
)
public: UndoManagersDispatcherChangedEventArgs<T>(
UndoManagersDispatcherChangeActionType changeActionType,
T* changedItem
)
public:
UndoManagersDispatcherChangedEventArgs<T>(
UndoManagersDispatcherChangeActionType changeActionType,
T^ changedItem
)
Parameters
- changeActionType
- The change action, which occured in undo managers dispatcher.
- changedItem
- The item that was changed.