Represents the method that will handle validation routed events related to drilling in and out.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public delegate void DrillValidationRoutedEventHandler ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub DrillValidationRoutedEventHandler ( _ |
The object where the event handler is attached.
The event data.
See Also