KeyEventOptions.Handled Property
Gets or sets a value indicating whether the event was handled.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
public:
property bool Handled {
bool get ();
void set (bool value);
}
member Handled : bool with get, set
Property Value
Boolean