Back to Devexpress

RuleSet.CustomIsEmptyValueType Event

expressappframework-devexpress-dot-persistent-dot-validation-dot-ruleset-acd06503.md

latest1.4 KB
Original Source

RuleSet.CustomIsEmptyValueType Event

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public static event EventHandler<CustomIsEmptyValueTypeEventArgs> CustomIsEmptyValueType
vb
Public Shared Event CustomIsEmptyValueType As EventHandler(Of CustomIsEmptyValueTypeEventArgs)

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

See Also

RuleSet Class

RuleSet Members

DevExpress.Persistent.Validation Namespace