See Also

Validator Class  | Validator Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

DoEvents Property

Dart.PowerTCP.EmailValidation Namespace > Validator Class : DoEvents Property (Validator)

Gets or Sets a value that controls the processing of events during blocking method calls.

[Visual Basic]
<DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property DoEvents As Boolean
[C#]
[DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public bool DoEvents {get; set;}
[C++]
[DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public: __property bool get_DoEvents(); public: __property void set_DoEvents(    bool value );
[C++/CLI]
[DescriptionAttribute("Gets or Sets a value that controls the processing of events during blocking method calls.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public: property bool DoEvents {    bool get();    void set (bool value); }

Remarks

Setting DoEvents does not affect DoEvents and DoEvents. The Validator's sub-objects' DoEvents properties should not be set. They will always be false during the validation process.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Validator Class  | Validator Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.