Table of Contents

Property OnApply

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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>