Raised when the drop-down indicator in the button is clicked.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler SplitClick |
Visual Basic
Copy Code
|
|---|
Public Event SplitClick As EventHandler |
Event DataSplitClick event handlers receive an argument of type EventArgs.
See Also