Status Property

Microsoft Office Web Components Object Model

Show All

Status Property

       

Returns a DscStatusEnum constant that represents the status of the current event. This property is supported only in the AfterDelete event. Read-only.

DscStatusEnum can be one of these DscStatusEnum constants.
dscDeleteCancel The delete operation succeeded.
dscDeleteOK The delete operation was canceled through code.
dscDeleteUserCancel The delete operation was canceled by the user.

expression.Status

expression   Required. An expression that returns a DSCEventInfo object.

Remarks

Using this property with an unsupported event will result in a run-time error.