MindFusion.Wpf Pack Programmer's Guide
DrillValidationRoutedEventHandler Delegate
See Also
 





Represents the method that will handle validation routed events related to drilling in and out.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public delegate void DrillValidationRoutedEventHandler (
    Object sender,
    DrillValidationRoutedEventArgs e
)

Visual Basic  Copy Code

Public Delegate Sub DrillValidationRoutedEventHandler ( _
    sender As Object, _
    e As DrillValidationRoutedEventArgs _
)

 Parameters

sender

The object where the event handler is attached.

e

The event data.

 See Also

MindFusion.DataViews.Wpf Namespace