OnMouseEnter Method (DataGridColumnHeaderPresenter) | ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / OnMouseEnter Method
The data for the event.

In This Topic
OnMouseEnter Method (DataGridColumnHeaderPresenter)
In This Topic
Called before the System.Windows.UIElement.MouseEnter event occurs.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseEnter( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

e
The data for the event.
See Also