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