Modifica

Condividi tramite


SaveEvent.ReturnStatus Property

Definition

Gets or sets the return status of the OnSaveRequest event.

public:
 property bool ReturnStatus { bool get(); void set(bool value); };
public bool ReturnStatus { get; set; }
member this.ReturnStatus : bool with get, set
Public Property ReturnStatus As Boolean

Property Value

Implements

Remarks

For the OnSaveRequest event, if the ReturnStatus property is set to false, the document is not saved. If set to true, the save operation is successful.

Applies to