Table of Contents

Property EnabledFunc

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

EnabledFunc

Gets or sets function which is called inside OnOpening(CancelEventArgs) in order to update enabled state.

[Browsable(false)]
public virtual Func<bool>? EnabledFunc { get; set; }

Property Value

Func<bool>