AttachedCommandBehavior.CommandBehavior.SetEvent C# (CSharp) Method

SetEvent() public static method

Sets the Event property. This dependency property indicates ....
public static SetEvent ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
return void
        public static void SetEvent(DependencyObject d, string value)
        {
            d.SetValue(EventProperty, value);
        }