Hi Rakesh Gupta, you need to manually assign the BindingContext within your EventToCommandBehavior, for example:
<toolkit:EventToCommandBehavior Command="{Binding LoginViewAppearingCommand}" EventName="Appearing" BindingContext="{Binding Source={x:Reference YourPageName}, Path=BindingContext}" />