# Functions
NewModificationCanceledEventHandler returns a ModificationCanceledEventHandler.
NewModifiedEventHandler returns a ModifiedEventHandler.
NewModifyingEventHandler returns a ModifyingEventHandler.
NewRestoredEventHandler returns a RestoredEventHandler.
# Structs
ModificationCanceledEvent is the event that happen when cancelation occurs.
ModificationCanceledEventArgs are the args for the event ModificationCanceled.
ModificationCanceledEventHandler handles the subscriptions to the event.
ModifiedEvent is the event that happen when modified occurs.
ModifiedEventHandler handles the subscriptions to the event.
ModifyingEvent is the event that happen when modifying occurs.
ModifyingEventArgs are the args for the event Modifying.
ModifyingEventHandler handles the subscriptions to the event.
RestoredEvent is the event that happen when restored occurs.
RestoredEventHandler handles the subscriptions to the event.