PostSaveOperationType
Represents the type of operation a Post-save Event Handler is executing for.
Create = 1
Indicates the event handler is executing after a create operation.
Update = 0
Indicates the event handler is executing after an update operation.