C# Class ME3Explorer.SequenceObjects.SBox.VarDragHandler

Inheritance: UMD.HCIL.Piccolo.Event.PDragEventHandler
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
DoesAcceptEvent ( PInputEventArgs e ) : bool

Méthodes protégées

Méthode Description
OnDrag ( object sender, PInputEventArgs e ) : void
OnEndDrag ( object sender, PInputEventArgs e ) : void
OnStartDrag ( object sender, PInputEventArgs e ) : void

Method Details

DoesAcceptEvent() public méthode

public DoesAcceptEvent ( PInputEventArgs e ) : bool
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat bool

OnDrag() protected méthode

protected OnDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void

OnEndDrag() protected méthode

protected OnEndDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void

OnStartDrag() protected méthode

protected OnStartDrag ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void