C# Class Boogaart.Silverlight.Behaviors.Popup.PopupWatcher

Datei anzeigen Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
Attach ( ) : void
Detach ( ) : void
PopupWatcher ( System.Windows.Controls.Primitives popup ) : System

Private Methods

Method Description
OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnPopupClosed ( object sender, EventArgs e ) : void
OnPopupOpened ( object sender, EventArgs e ) : void

Method Details

Attach() public method

public Attach ( ) : void
return void

Detach() public method

public Detach ( ) : void
return void

PopupWatcher() public method

public PopupWatcher ( System.Windows.Controls.Primitives popup ) : System
popup System.Windows.Controls.Primitives
return System