RuleSet.CustomIsEmptyValueType Event
In This Article
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
#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