MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Helpers
Class Event

System.Windows.DependencyObject | Windows.UI.Xaml.DependencyObject | Xamarin.Forms.BindableObject
  extended by MVVMbasics.Helpers.Event
 

 
public class Event

Helper class that provides two attached properties which can be used in combination with the EventToCommand event handler and represent the Command that shall be invoked when the event is fired and its parameter.


Property Summary
public static readonly System.Windows.DependencyProperty | Windows.UI.Xaml.DependencyProperty | Xamarin.Forms.BindableProperty CommandProperty
Property to be used in combination with the EventToCommand event handler. Represents the Command that shall be invoked when the event is fired.
public static readonly System.Windows.DependencyProperty | Windows.UI.Xaml.DependencyProperty | Xamarin.Forms.BindableProperty CommandParameterProperty
Property to be used in combination with the EventToCommand event handler. Represents the parameter to be passed to the Command.