Raised after the component has lost input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ComponentEventArgs> Validated |
Visual Basic
Copy Code
|
|---|
Public Event Validated As EventHandler(Of ComponentEventArgs) |
Event DataValidated event handlers receive an argument of type ComponentEventArgs.
See Also