Interaction logic for MoreDataControl.xaml
HistoryDataControl

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class HistoryDataControl : UserControl, 
	IDisposable, IComponentConnector
Visual Basic
Public Class HistoryDataControl _
	Inherits UserControl _
	Implements IDisposable, IComponentConnector
JScript
public class HistoryDataControl extends UserControl implements IDisposable, IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Awx..::..HistoryDataControl

See Also