RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupAddViewArgs..::..Handled Property

Gets or sets a value indicating whether this LookupAddViewArgs is handled.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool Handled { get; set; }
Public Property Handled As Boolean
	Get
	Set
public:
property bool^ Handled {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if handled; otherwise, false.