Property | Type | Description | |
---|---|---|---|
TargetProperty | global::Xamarin.Forms.BindableProperty | ||
TargetWithoutContextProperty | global::Xamarin.Forms.BindableProperty |
Method | Description | |
---|---|---|
GetTarget ( global::Xamarin.Forms.BindableObject d ) : object |
Gets the target for instances of ActionMessage .
|
|
GetTargetWithoutContext ( global::Xamarin.Forms.BindableObject d ) : object |
Gets the target for instances of ActionMessage .
|
|
HasTargetSet ( global::Xamarin.Forms.BindableObject element ) : bool |
Checks if the ActionMessage -Target was set.
|
|
Invoke ( object target, string methodName, global::Xamarin.Forms.BindableObject view = null, global::Xamarin.Forms.VisualElement source = null, object eventArgs = null, object parameters = null ) : void |
Uses the action pipeline to invoke the method.
|
|
SetTarget ( global::Xamarin.Forms.BindableObject d, object target ) : void |
Sets the target of the ActionMessage .
|
|
SetTargetWithoutContext ( global::Xamarin.Forms.BindableObject d, object target ) : void |
Sets the target of the ActionMessage . The DataContext will not be set. |
Method | Description | |
---|---|---|
OnTargetChanged ( global::Xamarin.Forms.BindableObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnTargetWithoutContextChanged ( global::Xamarin.Forms.BindableObject d, DependencyPropertyChangedEventArgs e ) : void | ||
SetTargetCore ( DependencyPropertyChangedEventArgs e, global::Xamarin.Forms.BindableObject d, bool setContext ) : void |
public static GetTarget ( global::Xamarin.Forms.BindableObject d ) : object | ||
d | global::Xamarin.Forms.BindableObject | The element to which the target is attached. |
return | object |
public static GetTargetWithoutContext ( global::Xamarin.Forms.BindableObject d ) : object | ||
d | global::Xamarin.Forms.BindableObject | The element to which the target is attached. |
return | object |
public static HasTargetSet ( global::Xamarin.Forms.BindableObject element ) : bool | ||
element | global::Xamarin.Forms.BindableObject | DependencyObject to check |
return | bool |
public static Invoke ( object target, string methodName, global::Xamarin.Forms.BindableObject view = null, global::Xamarin.Forms.VisualElement source = null, object eventArgs = null, object parameters = null ) : void | ||
target | object | The object instance to invoke the method on. |
methodName | string | The name of the method to invoke. |
view | global::Xamarin.Forms.BindableObject | The view. |
source | global::Xamarin.Forms.VisualElement | The source of the invocation. |
eventArgs | object | The event args. |
parameters | object | The method parameters. |
return | void |
public static SetTarget ( global::Xamarin.Forms.BindableObject d, object target ) : void | ||
d | global::Xamarin.Forms.BindableObject | The element to attach the target to. |
target | object | The target for instances of |
return | void |
public static SetTargetWithoutContext ( global::Xamarin.Forms.BindableObject d, object target ) : void | ||
d | global::Xamarin.Forms.BindableObject | The element to attach the target to. |
target | object | The target for instances of |
return | void |
public static global::Xamarin.Forms.BindableProperty TargetProperty | ||
return | global::Xamarin.Forms.BindableProperty |