event (2) 썸네일형 리스트형 Nuget :: isfry.Wpf 1.0.0.2 isfry.Wpf 1.0.0.2 (https://www.nuget.org/packages/isfry.Wpf) Release Notes- [ADD] EventBehavior Dependeccies- CommonServiceLocator(>= 1.3)- Prism(>=4.1.0.0) Example ..... ..... ..... 단순 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 다음