Raised when the item is clicked.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler Click |
Visual Basic
Copy Code
|
|---|
Public Event Click As EventHandler |
Event DataClick event handlers receive an argument of type EventArgs.
See Also