Row<TFields>.PostHandler property
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets or sets the post handler.
public Action<Row> PostHandler { get; set; }
Property Value
The post handler.
See Also
- class Row<TFields>
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets or sets the post handler.
public Action<Row> PostHandler { get; set; }
The post handler.