DatabaseErrorEventArgsHandled Property

Determines whether or not to allow other handlers to process this event. When set to false, no other handler will be activated

Definition

Namespace: Firefly.Box.Data.DataProvider
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool Handled { get; set; }

Property Value

Boolean

See Also