|
| ESRI.ArcGIS.ADF.Local | |
| Validating Event | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class : Validating Event |
| Visual Basic (Declaration) | |
|---|---|
<SRDescriptionAttribute("Occurs when the control is validating.")>
<SRCategoryAttribute("Focus")>
Public Event Validating As CancelEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OLE Dim handler As CancelEventHandler AddHandler instance.Validating, handler | |
| C# | |
|---|---|
[SRDescriptionAttribute("Occurs when the control is validating.")]
[SRCategoryAttribute("Focus")]
public event CancelEventHandler Validating | |
The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family