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

ViewModelOperationPreviewEventArgs<(Of <(<'TEntity>)>)>..::..Handled Property

Gets or sets a value indicating whether this ViewModelOperationPreviewEventArgs<(Of <(<'TEntity>)>)> is handled.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.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.