Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #89: Ensured EventTriggerBehavior supports x:Bind bindings #90

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

pedrolamas
Copy link
Collaborator

For x:Bind to work with EventTriggerbehavior, we need to ensure that no exception gets raised for not finding the request event on the source object, as this will might (will) get evaluate at a later phase.

So instead of raising an exception, we just gracefully return from the method.

…ings

For x:Bind to work with EventTriggerbehavior, we need to ensure that no
exception gets raised for not finding the request event on the source
object, as this will might (will) get evaluate at a later phase.

So instead of raising an exception, we just gracefully return from the
method.
@ScottIsAFool
Copy link
Contributor

LGTM

@LocalJoost
Copy link
Collaborator

I agree. I didn't see this at first, but although I do not like silent fails, trading a silent fail that might occur for incorrect exceptions that will almost certainly occur seems like a good one

LocalJoost added a commit that referenced this pull request Feb 25, 2016
Fixed #89: Ensured EventTriggerBehavior supports x:Bind bindings
@LocalJoost LocalJoost merged commit 1e8dc93 into microsoft:master Feb 25, 2016
@pedrolamas pedrolamas deleted the eventtriggerbehaviorxbind branch February 25, 2016 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants