C# Class Rg.Plugins.Popup.Droid.Renderers.PopupPageRenderer

Inheritance: PageRenderer
Afficher le fichier Open project: rotorgames/Rg.Plugins.Popup

Private Properties

Свойство Type Description
OnBackgroundClick void

Méthodes publiques

Méthode Description
DispatchTouchEvent ( Android.Views.MotionEvent e ) : bool
OnTouchEvent ( Android.Views.MotionEvent e ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnAttachedToWindow ( ) : void
OnDetachedFromWindow ( ) : void
OnElementChanged ( ElementChangedEventArgs e ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void

Private Methods

Méthode Description
OnBackgroundClick ( object sender, EventArgs e ) : void

Method Details

DispatchTouchEvent() public méthode

public DispatchTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnAttachedToWindow() protected méthode

protected OnAttachedToWindow ( ) : void
Résultat void

OnDetachedFromWindow() protected méthode

protected OnDetachedFromWindow ( ) : void
Résultat void

OnElementChanged() protected méthode

protected OnElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Résultat void

OnTouchEvent() public méthode

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool