프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Arrange | void | ||
OnClosed | void | ||
OnFocusChanged | void | ||
OnPopupClosedStateChanged | void | ||
OnUpdateVisualStates | void | ||
OutsidePopup_MouseLeftButtonDown | void | ||
PopupChild_GotFocus | void | ||
PopupChild_LostFocus | void | ||
PopupChild_MouseEnter | void | ||
PopupChild_MouseLeave | void | ||
PopupChild_SizeChanged | void | ||
Popup_Closed | void |
메소드 | 설명 | |
---|---|---|
AfterOnApplyTemplate ( ) : void |
Should be called by the parent control after the base OnApplyTemplate method is called.
|
|
BeforeOnApplyTemplate ( ) : void |
Should be called by the parent control before the base OnApplyTemplate method is called.
|
|
PopupHelper ( |
Initializes a new instance of the PopupHelper class.
|
|
PopupHelper ( |
Initializes a new instance of the PopupHelper class.
|
메소드 | 설명 | |
---|---|---|
Arrange ( ) : void | ||
OnClosed ( |
Fires the Closed event.
|
|
OnFocusChanged ( |
Connected to several events that indicate that the FocusChanged event should bubble up to the parent control.
|
|
OnPopupClosedStateChanged ( object sender, System.Windows.VisualStateChangedEventArgs e ) : void |
Actually closes the popup after the VSM state animation completes.
|
|
OnUpdateVisualStates ( |
Fires the UpdateVisualStates event.
|
|
OutsidePopup_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
The mouse has clicked outside of the popup.
|
|
PopupChild_GotFocus ( object sender, |
The popup child has received focus.
|
|
PopupChild_LostFocus ( object sender, |
The popup child has lost focus.
|
|
PopupChild_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
The popup child has had the mouse enter its bounds.
|
|
PopupChild_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
The mouse has left the popup child's bounds.
|
|
PopupChild_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
The size of the popup child has changed.
|
|
Popup_Closed ( object sender, |
Connected to the Popup Closed event and fires the Closed event.
|
public PopupHelper ( |
||
parent | The parent control. | |
리턴 | System |
public PopupHelper ( |
||
parent | The parent control. | |
popup | System.Windows.Controls.Primitives.Popup | The Popup template part. |
리턴 | System |