.NET Documentation
C#
VB
Show/Hide TOC
Async
Delegate
Rule
Apply Method
Apply or run the validation rule.
Definition
Namespace:
Aliquo.Windows.Base
Assembly:
Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Copy
public
bool
Apply
()
VB
Copy
Public
Function
Apply
As
Boolean
Return Value
Boolean
if the validation rule succeeds; otherwise,
.
Implements
IDelegateRule
Apply
See Also
Reference
AsyncDelegateRule Class
Aliquo.Windows.Base Namespace
In This Article
Definition
Return Value
Implements
See Also