CCT.NUI.TestDataCollector.FingerRoutedEventArgs.FingerRoutedEventArgs C# (CSharp) Method

FingerRoutedEventArgs() public method

public FingerRoutedEventArgs ( System.Windows.RoutedEvent RemoveFingerEvent, HandSettingsControl handControl, HandDataViewModel handData, FingerPointViewModel point ) : System
RemoveFingerEvent System.Windows.RoutedEvent
handControl HandSettingsControl
handData HandDataViewModel
point FingerPointViewModel
return System
        public FingerRoutedEventArgs(RoutedEvent RemoveFingerEvent, HandSettingsControl handControl, HandDataViewModel handData, FingerPointViewModel point)
            : base(RemoveFingerEvent, handControl)
        {
            this.HandData = handData;
            this.Point = point;
        }
FingerRoutedEventArgs