Raised when the user clicks on an allocation with the mouse.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ProjectMouseEventArgs> AllocationClicked |
Visual Basic
Copy Code
|
|---|
Public Event AllocationClicked As EventHandler(Of ProjectMouseEventArgs) |
See Also