nature_net.user_controls.list_header.atoz_Checked C# (CSharp) 메소드

atoz_Checked() 개인적인 메소드

private atoz_Checked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void
        private void atoz_Checked(object sender, RoutedEventArgs e)
        {
            TouchDevice td = null;
            try { td = ((TouchEventArgs)e).TouchDevice; }
            catch (Exception) { }
            log.WriteInteractionLog(8, (string)(this.title.Content), td);
            if (atoz_order != null) atoz_order();
        }