Intersoft ClientUI Documentation
OnMouseLeave Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonGalleryList Class : OnMouseLeave Method






e
The event data for the System.Windows.UIElement.MouseLeave event.
Provides class handling for the System.Windows.UIElement.MouseLeave routed event that occurs when the mouse leaves an element.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnMouseLeave( _
   ByVal e As MouseEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonGalleryList
Dim e As MouseEventArgs
 
instance.OnMouseLeave(e)
C# 
protected override void OnMouseLeave( 
   MouseEventArgs e
)
Delphi 
protected procedure OnMouseLeave( 
    e: MouseEventArgs
); override; 
JScript 
protected override function OnMouseLeave( 
   e : MouseEventArgs
);
Managed Extensions for C++ 
protected: void OnMouseLeave( 
   MouseEventArgs* e
) override 
C++/CLI 
protected:
void OnMouseLeave( 
   MouseEventArgs^ e
) override 

Parameters

e
The event data for the System.Windows.UIElement.MouseLeave event.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.