AttachedCommandBehavior.CommandBehavior.GetEvent C# (CSharp) Method

GetEvent() public static method

Gets the Event property. This dependency property indicates ....
public static GetEvent ( DependencyObject d ) : string
d System.Windows.DependencyObject
return string
        public static string GetEvent(DependencyObject d)
        {
            return (string) d.GetValue(EventProperty);
        }