command (1) 썸네일형 리스트형 단순 Event Behavior 단순 Event 에 Behavior 를 사용하고 싶을 때 Event 별로 Behavior 를 만들기 귀찮고.. NuGet 에 보면 "AttachedCommandBehavior" 가 있지만 그다지 참조하기는 싫을 때...가 있어서... public static class EventBehavior { #region EventBehavior private static readonly DependencyProperty EventBehaviorProperty = DependencyProperty.RegisterAttached( "EventBehavior", typeof(EventBehaviorBinding), typeof(EventBehavior), null); #endregion #region EventName.. 이전 1 다음