C# Class ServiceInsight.MessageFlow.MessagePopupControl

Inheritance: System.Windows.Controls.Primitives.Popup
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void
OnInitialized ( EventArgs e ) : void
OnOpened ( EventArgs e ) : void

Private Methods

Méthode Description
ClosePopup ( ) : void
PlaceContextMenu ( Size popupSize, Size targetSize, Point offset ) : System.Windows.Controls.Primitives.CustomPopupPlacement[]
SubscribeChildEvents ( ) : void
UnsubscribeChildEvents ( ) : void

Method Details

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnOpened() protected méthode

protected OnOpened ( EventArgs e ) : void
e System.EventArgs
Résultat void