Guest User

Untitled

a guest
Jul 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class EmailValidator : Behavior<Entry>
  2. {
  3. protected override void OnAttachedTo(Entry bindable)
  4. {
  5. base.OnAttachedTo(bindable);
  6. }
  7.  
  8. protected override void OnDetachingFrom(Entry bindable)
  9. {
  10. base.OnDetachingFrom(bindable);
  11. }
  12. }
Add Comment
Please, Sign In to add comment