AttachedCommandBehavior.BehaviorBinding.OnEventChanged C# (CSharp) Method

OnEventChanged() private static method

Handles changes to the Event property.
private static OnEventChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void
        private static void OnEventChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ((BehaviorBinding) d).OnEventChanged(e);
        }

Same methods

BehaviorBinding::OnEventChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void