public static void Unsubscribe( Action<ReportDataSourceChangedEventArgs> action )
Public Overloads Shared Sub Unsubscribe( _ ByVal action As Action(Of ReportDataSourceChangedEventArgs) _ )
Parameters
- action
- The delegate used when subscribing to the event.