Caliburn.Micro.Action.OnTargetWithoutContextChanged C# (CSharp) Метод

OnTargetWithoutContextChanged() статический приватный Метод

static private OnTargetWithoutContextChanged ( global::Xamarin.Forms.BindableObject d, DependencyPropertyChangedEventArgs e ) : void
d global::Xamarin.Forms.BindableObject
e DependencyPropertyChangedEventArgs
Результат void
        static void OnTargetWithoutContextChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) {
            SetTargetCore(e, d, false);
        }