Occurs when the selection has changed interactively by the user.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler ValueChanged |
Visual Basic
Copy Code
|
|---|
Public Event ValueChanged As EventHandler |
Event DataValueChanged event handlers receive an argument of type EventArgs.
See Also