Untitled
unknown
plain_text
a year ago
739 B
6
Indexable
namespace System.Windows.Controls; // // Summary: // Specifies when a System.Windows.Controls.ValidationRule runs. public enum ValidationStep { // // Summary: // Runs the System.Windows.Controls.ValidationRule before any conversion occurs. RawProposedValue, // // Summary: // Runs the System.Windows.Controls.ValidationRule after the value is converted. ConvertedProposedValue, // // Summary: // Runs the System.Windows.Controls.ValidationRule after the source is updated. UpdatedValue, // // Summary: // Runs the System.Windows.Controls.ValidationRule after the value has been committed // to the source. CommittedValue }
Editor is loading...
Leave a Comment