Beispiel #1
0
        private static void OnFileStatePropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            FileChatItem target = d as FileChatItem;

            target.SetFileStatesView();
        }
Beispiel #2
0
        private static void OnFullNamePropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            FileChatItem target = d as FileChatItem;

            target.CalFileState();
        }