LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Validating Event
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : Validating Event



Occurs when the control is validating.

Syntax

Visual Basic (Declaration) 
<SRCategoryAttribute("Focus")>
<SRDescriptionAttribute("Occurs when the control is validating.")>
Public Event Validating As CancelEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim handler As CancelEventHandler
 
AddHandler instance.Validating, handler
C# 
[SRCategoryAttribute("Focus")]
[SRDescriptionAttribute("Occurs when the control is validating.")]
public event CancelEventHandler Validating
C++/CLI 
[SRCategoryAttribute("Focus")]
[SRDescriptionAttribute("Occurs when the control is validating.")]
public:
event CancelEventHandler^ Validating

Event Data

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.

PropertyDescription
Cancel Gets or sets a value indicating whether the event should be canceled.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features