Table of Contents

Property Handled

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

Handled

Gets or sets a value indicating whether the event was handled.

public bool Handled { get; set; }

Property Value

bool

true to bypass the control's default handling; otherwise, false to also pass the event along to the default control handler.