C# Class ServiceInsight.MessageFlow.MessagePopupControl

Inheritance: System.Windows.Controls.Primitives.Popup
Mostra file Open project: Particular/ServiceInsight

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnInitialized ( EventArgs e ) : void
OnOpened ( EventArgs e ) : void

Private Methods

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

Method Details

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

OnOpened() protected method

protected OnOpened ( EventArgs e ) : void
e System.EventArgs
return void