Skip to main content
.NET 8.0+

RuleSet.CustomIsEmptyValueType Event

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.2.dll

Declaration

public static event EventHandler<CustomIsEmptyValueTypeEventArgs> CustomIsEmptyValueType

Event Data

The CustomIsEmptyValueType event's data class is DevExpress.Persistent.Validation.CustomIsEmptyValueTypeEventArgs.

Remarks

Note

You cannot use this event in a .NET application. Refer to the following section for more information: How to Subscribe to Validation Events in a .NET Application

See Also