IEditableRow.PostHandler property
Gets or sets the post handler.
public Action<IRow>? PostHandler { get; set; }
Property Value
The post handler.
See Also
- interface IRow
- interface IEditableRow
Gets or sets the post handler.
public Action<IRow>? PostHandler { get; set; }
The post handler.