Click or drag to resize

DataPersistingEventArgsTDataSuccess Property

Gets or sets a value which indicates whether the event was successfully handled and inserted

Namespace:  SanteDB.Core.Event
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public bool Success { get; set; }

Property Value

Type: Boolean
Remarks
This is used to notify the caller that it should assume operation continued as normal
See Also