Raised when the view is currently drilling out.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ProjectValidationEventArgs> DrillingOut |
Visual Basic
Copy Code
|
|---|
Public Event DrillingOut As EventHandler(Of ProjectValidationEventArgs) |
Event DataDrillingOut event handlers recieve an argument of type ProjectValidationEventArgs.
See Also