Property OnApply
OnApply
Gets or sets action which is fired when 'Ok' is pressed in the dialog.
public virtual Action<T?>? OnApply { get; set; }
Property Value
- Action<T>
Gets or sets action which is fired when 'Ok' is pressed in the dialog.
public virtual Action<T?>? OnApply { get; set; }