Version

MenuItemPreviewMouseUp Method

Fires the Click, Check and Uncheck events on the specific menu item just before the Mouse Up handler is called
Syntax
'Declaration
 
Protected Sub MenuItemPreviewMouseUp( _
   ByVal e As System.Windows.Input.MouseButtonEventArgs _
) 
protected void MenuItemPreviewMouseUp( 
   System.Windows.Input.MouseButtonEventArgs e
)
protected: void MenuItemPreviewMouseUp( 
   System.Windows.Input.MouseButtonEventArgs* e
) 

Parameters

e
Event args for the MenuItemPreviewMouseUp event
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also